TiCompass.OnCustomizeTickLabel
TiCompass
Occurs before each major tick label is painted and allows for the label to be
modified.
type TOnCustomizeTickLabel = procedure(Sender: TObject; Index: Integer; var DisplayText: String) of object;
property OnCustomizeTickLabel : TOnCustomizeTickLabel;
Description
Use OnCustomizeTickLabel to modify a major tick label. This event will fire
for each label and the Index parameter specifies which label is about to be
painted. Modify the DisplayText parameter to change the label.
Note: The Index value is 0 based.
Contents | Index | Previous | Next