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

NavigationOptions.UseScrollBars Property

Gets or sets a value indicating whether scroll bars should be processed by the chart to scroll and zoom its contents.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

public bool UseScrollBars { get; set; }

Property Value

Type Description
Boolean

true to allow using the scroll bars; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to UseScrollBars
XYDiagram2D
.NavigationOptions.UseScrollBars
See Also