CXYChart::GetPlotRange
void GetPlotRange( double *xRange, double *yRange );
Parameters
- xRange - a 2 element double array to receive the x range
- yRange - a 2 element double array to receive the x range
Description
This function calculates the x and y range of the plot and returns it in the variables passed. It takes into account whether auto ranging is set, and sets up the axes appropriately in that case.
CXYChart Reference | CPlot Reference