XYDiagram2D.NavigationOptions Property
In This Article
Provides access to the options specifying the ways in which zooming and scrolling can be performed for this XYDiagram2D.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Navigation |
A Navigation |
#Remarks
Use the NavigationOptions property, to specify how the diagram can be zoomed: via the keyboard, mouse wheel, or the keyboard and mouse in combination.
Note that the NavigationOptions property is in effect when either the XYDiagram2D.EnableAxisXNavigation or XYDiagram2D.EnableAxisYNavigation property is set to true.
See Also