Back to Devexpress

XYDiagramPaneBase.ActualEnableAxisXZooming Property

corelibraries-devexpress-dot-xtracharts-dot-xydiagrampanebase-d910a12a.md

latest1.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
public bool ActualEnableAxisXZooming { get; }
vb
<Browsable(False)>
Public ReadOnly Property ActualEnableAxisXZooming As Boolean

Property Value

TypeDescription
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

ActualEnableAxisYZooming

XYDiagramPaneBase Class

XYDiagramPaneBase Members

DevExpress.XtraCharts Namespace