|
virtual |
Called by the framework to draw an axis label.
Override this method in a derived class if you need to customize appearance of axes labels.
You also need to override OnCalcAxisLabelSize().
| pGM | A pointer to a graphics manager. |
| dblCurrValue | Specifies a value whose label is being drawn. |
| strLabel | Label text. |
| pAxis | A pointer to an axis. |
| rectLabel | Label's bounding rectangle. |
| rectLabels | Bounding rectangle for all axis labels. |
| rectDiagram | Bounding rectangle of diagram. |