Browse by Tags
All Tags » NumericScale Automax Automin (RSS)
-
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 = ...
|
|
|
|