Browse by Tags
All Tags » NumericScale Automax Automin (RSS)
-
Hi,
If I have
100% zoom and I set auto scale for Y (both AutoMin and AutoMax to true), the
zoom works fine. But if I zoom to some area, the zoom (for Y) is the same, not scaling the Y. Please see the attch. file.Thanks.
-
Given a chart with those settings
m_Chart.Axis(StandardAxis.PrimaryY).NumericScale.AutoMax = false; m_Chart.Axis(StandardAxis.PrimaryY).NumericScale.AutoMin = false;
For example. if the values along PrimaryY are between 0 and 500 and I set
m_Chart.Axis(StandardAxis.PrimaryY).NumericScale.Min = ...
|
|
|
|