TiPlotComponent.OnAnnotationCoordinatesChangeFinished

TiPlotComponent

Occurs when either the position or size of an Annotation has finished changing due to the user moving or sizing the annotation.

type TiPlotObjectEvent = procedure(Index: Integer) of object;

property OnAnnotationCoordinatesChangeFinished : TiPlotObjectEvent;

Description

Use OnAnnotationCoordinatesChangeFinished to specify actions to perform whevever the X, Y, X2, Y2, Width, or Height properties of an annotation object has finished changing. This occurs when the user has finished changing an annotation and have released the mouse button.

Contents | Index | Previous | Next