Skip to main content

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.v14.2.dll

#Declaration

[XtraSerializableProperty]
public bool UseScrollBars { get; set; }

#Property Value

Type Description
Boolean

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

#Property Paths

You can access the NavigationOptions.UseScrollBars property from the following objects:

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