Skip to main content

TdxChartXYDiagramBeforeZoomEventArgs.Cancel Property

Specifies if the pending zoom operation is canceled.

Declaration

property Cancel: Boolean read; write;

Property Value

Type Description
Boolean

True if the pending zoom operation is canceled; otherwise, False.

Remarks

Set the Cancel property to True in an OnBeforeZoom event handler to cancel the pending zoom operation for the target axis.

See Also