| CBCGPChartBarSeries::CBCGPChartBarSeries | ( | CBCGPChartVisualObject * | pChartCtrl, |
| const CString & | strSeriesName, | ||
| const CBCGPColor & | seriesColor, | ||
| BCGPChartCategory | chartCategory = BCGPChartColumn, |
||
| BCGPChartType | chartType = BCGP_CT_DEFAULT |
||
| ) |
Constructs a CBCGPChartBarSeries object.
| pChartCtrl | A pointer to a related chart visual object. |
| strSeriesName | Specifies a series name. |
| seriesColor | Specifies a series color (if not specified, the color will be taken from the current visual theme). |
| chartCategory | A category, which should be either BCGPChartColumn or BCGPChartBar. |
| chartType | Chart type, which can be one of the following: BCGP_CT_SIMPLE, BCGP_CT_STACKED, BCGP_CT_100STACKED, BCGP_CT_RANGE |