Back to Devexpress

Diagram3D.NavigationOptions Property

wpf-devexpress-dot-xpf-dot-charts-dot-diagram3d-320f5bee.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public NavigationOptions3D NavigationOptions { get; set; }
vb
Public Property NavigationOptions As NavigationOptions3D

Property Value

TypeDescription
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

Diagram3D Class

Diagram3D Members

DevExpress.Xpf.Charts Namespace