Back to Devexpress

XYDiagramPaneBase.ActualEnableAxisXScrolling Property

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

latest1.8 KB
Original Source

XYDiagramPaneBase.ActualEnableAxisXScrolling Property

Gets the actual value specifying whether it’s allowed to scroll 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 ActualEnableAxisXScrolling { get; }
vb
<Browsable(False)>
Public ReadOnly Property ActualEnableAxisXScrolling As Boolean

Property Value

TypeDescription
Boolean

true if X-axis scrolling is allowed; otherwise, false.

|

Remarks

Use the ActualEnableAxisXScrolling property to get the actual X-axis scrolling status, which is calculated dependent on the values of the XYDiagram2D.EnableAxisXScrolling and XYDiagramPaneBase.EnableAxisXScrolling properties.

See Also

ActualEnableAxisYScrolling

XYDiagramPaneBase Class

XYDiagramPaneBase Members

DevExpress.XtraCharts Namespace