* Get the number of labels */
| 269 | * Get the number of labels |
| 270 | */ |
| 271 | virtual int GetAdjustedNumberOfLabels() |
| 272 | { |
| 273 | this->UpdateAdjustedRange(); |
| 274 | return this->AdjustedNumberOfLabels; |
| 275 | } |
| 276 | |
| 277 | /** |
| 278 | * Return the positions of ticks along the axis |
nothing calls this directly
no test coverage detected