BCGSuite for MFC
CBCGPChartBarSeries::CBCGPChartBarSeries ( CBCGPChartVisualObject pChartCtrl,
const CString &  strSeriesName,
const CBCGPColor seriesColor,
BCGPChartCategory  chartCategory = BCGPChartColumn,
BCGPChartType  chartType = BCGP_CT_DEFAULT 
)

Constructs a CBCGPChartBarSeries object.

Parameters
pChartCtrlA pointer to a related chart visual object.
strSeriesNameSpecifies a series name.
seriesColorSpecifies a series color (if not specified, the color will be taken from the current visual theme).
chartCategoryA category, which should be either BCGPChartColumn or BCGPChartBar.
chartTypeChart type, which can be one of the following: BCGP_CT_SIMPLE, BCGP_CT_STACKED, BCGP_CT_100STACKED, BCGP_CT_RANGE