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

XYDiagram2DModel.ScrollingOptions Property

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

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

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

Property Value

Type Description
ScrollingOptions2DModel

The scrolling options model.

See Also