|
virtual |
Called to draw a data label for specified data point.
You can override this method in a derived class if you wish to customize appearance of data labels at the "implementation" level.
Override CBCGPChartVisualObject::OnDrawChartSeriesDataLabel if you need to customize data label appearance at the Chart visual object level.
pGM | A pointer to a graphics manager. |
strDataLabel | Specifies data label text. |
pSeries | A pointer to a series containing data point whose text is drawn. |
nDataPointIndex | Data point index. |
pDataPoint | A pointer to a data point whose text is drawn. |
pFormatSeries | A pointer to data label formatting options. |