TdxChartXYDiagramBeforeZoomEventArgs.Cancel Property
In This Article
Specifies if the pending zoom operation is canceled.
#Declaration
Delphi
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