NavigationOptions.UseScrollBars Property
In This Article
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
#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 Use |
---|---|
XYDiagram2D |
|
See Also