XYDiagramPaneBase.ActualEnableAxisXZooming Property
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if X-axis zooming is allowed; otherwise, false. |
Remarks
Use the ActualEnableAxisXZooming property to get the actual X-axis zooming status, which is calculated dependent on the values of the XYDiagram2D.EnableAxisXZooming and XYDiagramPaneBase.EnableAxisXZooming properties.
See Also