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

ScrollingOptions2D.UseScrollBars Property

Specifies whether scrolling can be performed using the scroll bars.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[TypeConverter(typeof(BooleanTypeConverter))]
[XtraSerializableProperty]
public bool UseScrollBars { get; set; }

Property Value

Type Description
Boolean

true to allow using scroll bars; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to UseScrollBars
GanttDiagram
.ScrollingOptions.UseScrollBars
SwiftPlotDiagram
.ScrollingOptions.UseScrollBars
XYDiagram
.ScrollingOptions.UseScrollBars
XYDiagram2D
.ScrollingOptions.UseScrollBars

Remarks

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

See Also