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

NavigationOptions3D Class

Provides settings that specify the ways in which zooming, scrolling and rotating can be performed in the 3D Diagram-based charts.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v24.2.dll

NuGet Package: DevExpress.Wpf.Charts

#Declaration

public class NavigationOptions3D :
    NavigationOptionsBase

The following members return NavigationOptions3D objects:

#Remarks

The properties exposed by the NavigationOptions3D class allow you to define how zooming, scrolling and rotating can be performed: via the touch device, via the keyboard or via the mouse.

See Also