Skip to main content

Diagram3DModel.RuntimeScrolling Property

Gets or sets the value of the Diagram3D.RuntimeScrolling within the model.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

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

Property Value

Type Description
Boolean

true if runtime scrolling is allowed; otherwise false.

See Also