Skip to main content
A newer version of this page is available. .

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

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