Skip to main content

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public NavigationOptions3D NavigationOptions { get; set; }

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