CBCGPChartAreaSeries::CBCGPChartAreaSeries | ( | CBCGPChartVisualObject * | pChartCtrl, |
const CString & | strSeriesName, | ||
const CBCGPColor & | seriesColor = CBCGPColor() , |
||
BCGPChartCategory | chartCategory = BCGPChartArea , |
||
BCGPChartType | chartType = BCGP_CT_DEFAULT |
||
) |
Constructs a CBCGPChartAreaSeries object.
pChartCtrl | A pointer to related Chart visual object. |
strSeriesName | Specifies series name. |
seriesColor | Specifies custom series color. |
chartCategory | A category, which should be either BCGPChartArea or BCGPChartArea3D. |
chartType | Specifies chart type. Area can be simple, stacked, range or full stacked. |