|
virtual |
Called to calculate legend label size.
Override this method in a derived class if you intend to customize appearance of legend labels. Also you have to override CBCGPChartVisualObject::OnDrawChartLegendLabel.
| pGM | A pointer to a graphics manager. |
| pSeries | A pointer to a series whose label size is about to be calculated. |
| nDataPointIndex | Specifies data point index. It's greater or equal to zero if the legend label corresponds to a data point. |