Skip to main content
A newer version of this page is available. .

XYDiagramPaneBase.ActualEnableAxisXZooming Property

Gets the actual value specifying whether it’s allowed to zoom the pane along its X-axis.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

[Browsable(false)]
public bool ActualEnableAxisXZooming { get; }

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