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

XYDiagram2D.IsScrollingEnabled Property

Gets a value specifying whether scrolling is enabled for a chart’s diagram.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

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

Property Value

Type Description
Boolean

true, if scrolling is allowed; otherwise, false.

Remarks

For more information, refer to Zooming and Scrolling (2D XY-Charts).

See Also