Profile Picture

Adjust Y Axis Range to Viewable Page Range?

Posted By 2 Years Ago
Author
Message
Posted 2 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)

Group: Forum Members
Last Active: 2 Years Ago
Posts: 0, Visits: 78
Hello - I have a large data set with a configured X and Y axis. When I display the entire data set, the Y axis behaves as expected, with the range of the Y axis set from 0 to the maximum Y value, with some added buffer.

When I page the same data, and display a subset of the data in the page, the maximum on the Y axis remains the maximum Y value of the entire data set, even if that Y value is not visible in the displaying page.

How can I adjust the maximum Y value on a Y axis to reflect the maximum Y value shown on the visible page, rather than the maximum Y value of the entire data set?

Nevron Support
Posted 2 Years Ago
View Quick Profile
Supreme Being

Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)

Group: Forum Members
Last Active: Last Year
Posts: 3,039, Visits: 3,746
Hi,

You need to set the VerticalAxisRangeMode to view range:

someSeries.VerticalAxisRangeMode = AxisRangeMode.ViewRange;
You can take a look at the All Examples \ Axes \ Scaling \ Dynamic Axis Range, which shows how this works.

Let us know if you have any questions.


Best Regards,
Nevron Support Team





Similar Topics


Reading This Topic