Automatic Axis
Posted: Thu Jun 04, 2009 9:32 am
Is there any way to reset these?
If I use the same chart control to display mulptile charts, some have automatic axis some dont. The plot never comes back the same even when switching the automatic back to true?
Chart.Axes.Bottom.AutomaticMaximum = false;
tChart.Axes.Bottom.AutomaticMinimum = false;
tChart.Axes.Bottom.SetMinMax(x,y)
then reset using
tChart.Axes.Bottom.Automatic = true;
tChart.Axes.Bottom.AutomaticMaximum = true;
tChart.Axes.Bottom.AutomaticMinimum = true;
next time I use the chart the automatic max min is not the same when I used it before disabling automatic!!!!!!!!!
If I use the same chart control to display mulptile charts, some have automatic axis some dont. The plot never comes back the same even when switching the automatic back to true?
Chart.Axes.Bottom.AutomaticMaximum = false;
tChart.Axes.Bottom.AutomaticMinimum = false;
tChart.Axes.Bottom.SetMinMax(x,y)
then reset using
tChart.Axes.Bottom.Automatic = true;
tChart.Axes.Bottom.AutomaticMaximum = true;
tChart.Axes.Bottom.AutomaticMinimum = true;
next time I use the chart the automatic max min is not the same when I used it before disabling automatic!!!!!!!!!