MinVisibleSeriesValue & MaxVisibleSeriesValue
Posted: Fri Feb 20, 2009 8:24 pm
I have only 1 series assigned to an axis and I do the following:
CAxis CurrentAxis;
double fAxisMin = CurrentAxis.MinVisibleSeriesValue(false,0);
double fAxisMax = CurrentAxis.MaxVisibleSeriesValue(false,0);
Should I not get the Minimum and Maximum of the series Y values? (Its the first series added to the chart, so the Series Number is 0). Instead I'm getting some very small number of the order of E-15.
Is there any method (that belongs to CAxis) that will give me the number of series currently associated with an axis?
Thanks.
CAxis CurrentAxis;
double fAxisMin = CurrentAxis.MinVisibleSeriesValue(false,0);
double fAxisMax = CurrentAxis.MaxVisibleSeriesValue(false,0);
Should I not get the Minimum and Maximum of the series Y values? (Its the first series added to the chart, so the Series Number is 0). Instead I'm getting some very small number of the order of E-15.
Is there any method (that belongs to CAxis) that will give me the number of series currently associated with an axis?
Thanks.