| CBCGPChartLegendCell::CBCGPChartLegendCell | ( | CBCGPChartVisualObject * | pChart, |
| CBCGPChartSeries * | pSeries, | ||
| int | nDataPointIndex, | ||
| LegendCellType | type | ||
| ) |
The constructor
Type can be one of the following enumerated types:
If you wish to display custom content in a "standard" cell, you have to override CalcSize and OnDraw methods.
| pChart | a pointer to related chart |
| pSeries | a pointer to related series |
| nDataPointIndex | specifies related data point index |
| type | legend cell type |