TiPlotComponent.OnDataCursorCustomizeHint
TiPlotComponent
Occurs before the Data Cursor Hint is painted and allows for the label to be
modified.
type TiPlotObjectCustomizeTextEvent = procedure(Index: Integer; var AText: String) of object;
property OnDataCursorCustomizeHint : TiPlotObjectCustomizeTextEvent;
Description
Use OnDataCursorCustomizeHint to modify a Data Cursor Hint. This event will
fire each time a Data Cursor Hint is about to be painted. Modify the AText
parameter to change the label.
Note: The Index value is 0 based and represents the index of the Data Cursor
Contents | Index | Previous | Next