Skip to main content

NavigationOptions3D Members

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

Constructors

Name Description
NavigationOptions3D() Initializes a new instance of the NavigationOptions3D class with default settings.

Fields

Name Description
UseKeyboardProperty static Identifies the NavigationOptionsBase.UseKeyboard dependency property. Inherited from NavigationOptionsBase.
UseMouseProperty static Identifies the NavigationOptionsBase.UseMouse dependency property. Inherited from NavigationOptionsBase.
UseTouchDeviceProperty static Identifies the NavigationOptionsBase.UseTouchDevice dependency property. Inherited from NavigationOptionsBase.

Properties

Name Description
TypeNameSerializable Gets the string value used to support serialization of the chart dependency object. Inherited from ChartDependencyObject.
UseKeyboard Specifies whether a user can use keyboard shortcuts to zoom and scroll the chart. Inherited from NavigationOptionsBase.
UseMouse Specifies whether a user can use a mouse to zoom and scroll the chart. Inherited from NavigationOptionsBase.
UseTouchDevice Specifies whether a user can use touch gestures to zoom and scroll the chart on touch devices. Inherited from NavigationOptionsBase.

Events

Name Description
PropertyChanged Occurs every time any of the ChartDependencyObject class properties has changed its value. Inherited from ChartDependencyObject.
See Also