Skip to main content

ScrollingOptions2D.UseScrollBars Property

Specifies whether scroll bars are available.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public bool UseScrollBars { get; set; }

Property Value

Type Description
Boolean

true to display scroll bars; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to UseScrollBars
XYDiagram2D
.ScrollingOptions .UseScrollBars

Remarks

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

See Also