Back to Devexpress

NavigationOptions3D Class

wpf-devexpress-dot-xpf-dot-charts-dot-navigationoptions3d.md

latest1.8 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public class NavigationOptions3D :
    NavigationOptionsBase
vb
Public Class NavigationOptions3D
    Inherits 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.

Inheritance

Object DispatcherObject DependencyObject Freezable ChartDependencyObject NavigationOptionsBase NavigationOptions3D

See Also

NavigationOptions3D Members

DevExpress.Xpf.Charts Namespace