| CBCGPChartLineSeries::CBCGPChartLineSeries | ( | CBCGPChartVisualObject * | pChartCtrl, | 
| const CString & | strSeriesName, | ||
| const CBCGPColor & | seriesColor = CBCGPColor(), | ||
| BCGPChartCategory | chartCategory = BCGPChartLine, | ||
| BCGPChartType | chartType = BCGP_CT_DEFAULT | ||
| ) | 
Constructs a CBCGPChartLineSeries object.
The constructor.
| pChartCtrl | A pointer to a related chart visual object. | 
| strSeriesName | Specifies a series name. | 
| seriesColor | Specifies series line color. | 
| chartCategory | A category, which should be either BCGPChartArea or BCGPChartArea3D. | 
| chartType | Specifies the chart type: simple, stacked, full stacked. |