CBCGPChartHistoricalLineSeries::CBCGPChartHistoricalLineSeries | ( | CBCGPChartVisualObject * | pRelatedChart, |
int | nHistoryDepth, | ||
double | dblDefaultY = 0. |
||
) |
Constructs a CBCGPChartHistoricalLineSeries object.
The history depth specifies how many data points stored in the history. When the history depth is reached, the series automatically removes old data points. The default Y value allows to initialize all data points to some value that differs from 0.
pRelatedChart | A pointer to a chart visual object. |
nHistoryDepth | History depth. |
dblDefaultY | Default Y value. |