Back to Devexpress

ScrollingOptions2D.UseScrollBars Property

corelibraries-devexpress-dot-xtracharts-dot-scrollingoptions2d-d996137d.md

latest1.8 KB
Original Source

ScrollingOptions2D.UseScrollBars Property

Specifies whether scroll bars are available.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public bool UseScrollBars { get; set; }
vb
Public Property UseScrollBars As Boolean

Property Value

TypeDescription
Boolean

true to display scroll bars; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to UseScrollBars
XYDiagram2D

.ScrollingOptions .UseScrollBars

|

Remarks

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

See Also

UseKeyboard

UseMouse

ScrollingOptions2D Class

ScrollingOptions2D Members

DevExpress.XtraCharts Namespace