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

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

Declaration

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

Property Value

Type Description
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