CXYChart::GetDataRanges


private void GetDataRanges( void );
private void GetDataRange( int dataID );

Description

These functions get the data ranges from the data sets within the current object and store them in the internal variables. Knowing the data ranges allows for much easier plotting and such since scaling can be done without having to go through the array each time a drawing operation is requested to find the range of the data.

GetDataRange gets the data range for a specific data set, given by dataID.


CXYChart Reference | CPlot Reference