Back to Devexpress

XYDiagramPaneBase.ActualEnableAxisYScrolling Property

corelibraries-devexpress-dot-xtracharts-dot-xydiagrampanebase-7f7cb777.md

latest1.8 KB
Original Source

XYDiagramPaneBase.ActualEnableAxisYScrolling Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
Boolean

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

|

Remarks

Use the ActualEnableAxisYScrolling property to get the actual Y-axis scrolling status, which is calculated dependent on the values of the XYDiagram2D.EnableAxisYScrolling and XYDiagramPaneBase.EnableAxisYScrolling properties.

See Also

ActualEnableAxisXScrolling

XYDiagramPaneBase Class

XYDiagramPaneBase Members

DevExpress.XtraCharts Namespace