Skip to main content

XYDiagram2DModel.EnableAxisYScrolling Property

Gets or sets the value of the XYDiagram2D.EnableAxisYScrolling within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions("Navigation")]
[LocalizableCategory(DesignerCategories.Behavior)]
public bool EnableAxisYScrolling { get; set; }

Property Value

Type Description
Boolean

true if Y-axes scrolling is allowed; otherwise false.

See Also