|
virtual |
Called to calculate axis label size.
This method is called to calculate an axis label size.
Override this method in a derived class and return TRUE if you intend to customize axis labels. You will need to override OnDrawAxisLabel() as well.
pGM | A pointer to a graphics manager. |
pAxis | A pointer to an axis. |
dblValue | A pointer to a value whose label size should be calculated. |
strLabel | Label string. |
textFormat | Label text format. |