Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.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