|
virtual |
Called to draw a legend
Draws a legend. Can be overridden in a derived class for custom drawing. In general, you can override OnAfterLegendDraw() method, or process BCGM_ON_CHART_LEGEND_AFTER_DRAW to be notified when the drawing has completed.
pGM | a pointer to a graphics manager |
rectClip | clipping rectangle |
dwFlags | specifies whether the legend is drawn as static or dynamic object |
Implements CBCGPBaseVisualObject.