| Unit: |
SDL_scale |
| Class: |
none |
| Declaration: |
TScaleTickDrawnEvent = procedure (Sender: TObject; Canvas: TCanvas; ScaleType: TScaleType; CurrentTickPos: double; ChartX, ChartY: integer) of object; |
The TScaleTickDrawnEvent declares the OnScaleTickDrawn event (components RChart, PolChart, and Scale) which may be used to draw user defined parts in the chart.
| Attention: |
This declaration has been changed with the introduction of release 10.1 of the SDL Suite: '...var Canvas...' has been replaced by '...Canvas...'. Please see the section How to Deal with a Canvas Reference Change for details. |
|