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
40
Composite Chart (2D Line) and scrolling
posted

I have a composite chart that I want to be able to scroll the X axis.  I have set the following:

ultraChart1.Axis.X.ScrollScale.Visible = true;

ultraChart1.Axis.X.ScrollScale.Scale = 0.2;

ultraChart1.Axis.X.ScrollScale.Scroll = 0;

but that does not seem to work.  The composite chart contains a single 2D Line chart (for now).