Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
183
Scrollable chart
posted

I am currently trying to enable scrolling on a chart. But when the chart is loaded the images for the scrollbar don't seem to work and there is a scrollbar on the background that doesn't scroll.

Scrollable chart

UltraChart uChart = (UltraChart)sender;
uChart.EnableScrollBar = true;
uChart.Axis.X.ScrollScale.Visible = true;
uChart.Axis.X.ScrollScale.Scroll = 0;

What am I doing wrong?

Parents Reply Children
No Data