When I move the scrollbar, I want that the chart immediately scrolls the content. Currently only when I stop scrolling the chart at the stoped position is shown.
Is there a way to show the scrolled chart area during scrolling?
Hello Markus,
Yes, please set the chart's WindowResponse enumeration property to "Immediate" to update the view immediately while scrolling. The property is exposed directly on the chart object.
For more details please click here for more details on the WindowResponse
Let me know if you have any additional questions regarding this matter.
Perfekt :) Thanks!