TiPlotComponent.OnAnnotationCoordinatesChange
TiPlotComponent
Occurs when either the position or size of an Annotation changes.
type TiPlotObjectEvent = procedure(Index: Integer) of object;
property OnAnnotationCoordinatesChange : TiPlotObjectEvent;
Description
Use OnAnnotationCoordinatesChange to specify actions to perform whevever the
X, Y, X2, Y2, Width, or Height properties of an annotation object changes.
Contents | Index | Previous | Next