NavigationOptionsBase Members
A base class for all navigation options available in the Chart control.Constructors
| Name | Description |
|---|---|
| NavigationOptionsBase() | Initializes a new instance of the NavigationOptionsBase class with default settings. |
Fields
| Name | Description |
|---|---|
| UseKeyboardProperty static | Identifies the NavigationOptionsBase.UseKeyboard dependency property. |
| UseMouseProperty static | Identifies the NavigationOptionsBase.UseMouse dependency property. |
| UseTouchDeviceProperty static | Identifies the NavigationOptionsBase.UseTouchDevice dependency property. |
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. |
| UseMouse | Specifies whether a user can use a mouse to zoom and scroll the chart. |
| UseTouchDevice | Specifies whether a user can use touch gestures to zoom and scroll the chart on touch devices. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the ChartDependencyObject class properties has changed its value. Inherited from ChartDependencyObject. |
See Also