NavigationOptions Class
In This Article
Provides settings that specify the ways in which zooming and scrolling can be performed.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Returned By
The XYDiagram2D.NavigationOptions property returns an instance of NavigationOptions.
#Remarks
The properties exposed by the NavigationOptions class allow you to define how zooming and scrolling can be performed: via scroll bars, via the keyboard or via the mouse.
#Inheritance
See Also