Diagram3D.NavigationOptions Property
Provides access to the options specifying the ways in which zooming, scrolling and rotating can be performed for this Diagram3D.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
Type | Description |
---|---|
NavigationOptions3D | A NavigationOptions3D object containing zooming, scrolling and rotating options. |
Remarks
Use the NavigationOptions property to specify how the diagram can be zoomed and rotated (via the keyboard and / or mouse, using different gestures in a touchscreen device).
See Also