TdxChartXYDiagramBeforeZoomEventArgs.Cancel Property
Specifies if the pending zoom operation is canceled.
Declaration
property Cancel: Boolean read; write;
Property Value
Type | Description |
---|---|
Boolean |
|
Remarks
Set the Cancel
property to True
in an OnBeforeZoom event handler to cancel the pending zoom operation for the target axis.
See Also