Back to Devexpress

XYDiagram2D.IsScrollingEnabled Property

corelibraries-devexpress-dot-xtracharts-dot-xydiagram2d-c22a97f5.md

latest1.4 KB
Original Source

XYDiagram2D.IsScrollingEnabled Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
public bool IsScrollingEnabled { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsScrollingEnabled As Boolean

Property Value

TypeDescription
Boolean

true , if scrolling is allowed; otherwise, false.

|

Remarks

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

See Also

XYDiagram2D Class

XYDiagram2D Members

DevExpress.XtraCharts Namespace