Skip to main content

XYDiagram2DModel.ScrollingOptions Property

Gets or sets the model of the scrolling options of the Cartesian diagram.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[LocalizableCategory(DesignerCategories.Behavior)]
public ScrollingOptions2DModel ScrollingOptions { get; }

Property Value

Type Description
ScrollingOptions2DModel

The scrolling options model.

See Also