TiPlotComponent.OnClickAnnotation
TiPlotComponent
Occurs when the application end-user clicks on an individual annotation object.
type TiPlotObjectEvent = procedure(Index: Integer) of object;
property OnClickAnnotation : TiPlotObjectEvent;
Description
Use OnClickAnnotation to perform actions after an annotation is clicked.
Note: the user must turn on the select mode, by toggling the select button, to be
able to click on data points and have this event fire.
Contents | Index | Previous | Next