Skip to main content

NavigationOptions Members

Zoom and scroll settings for the XYDiagram2D.

Constructors

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

Fields

Name Description
AxisXMaxZoomPercentProperty static Identifies the NavigationOptions.AxisXMaxZoomPercent dependency property.
AxisYMaxZoomPercentProperty static Identifies the NavigationOptions.AxisYMaxZoomPercent dependency property.
EnableZoomToRectangleProperty static Identifies the EnableZoomToRectangle dependency property.
UseKeyboardProperty static Identifies the NavigationOptionsBase.UseKeyboard dependency property. Inherited from NavigationOptionsBase.
UseMouseProperty static Identifies the NavigationOptionsBase.UseMouse dependency property. Inherited from NavigationOptionsBase.
UseScrollBarsProperty static Identifies the NavigationOptions.UseScrollBars dependency property.
UseTouchDeviceProperty static Identifies the NavigationOptionsBase.UseTouchDevice dependency property. Inherited from NavigationOptionsBase.

Properties

Name Description
AxisXMaxZoomPercent Gets or sets the maximum zoom factor as a percentage for the X-axis.
AxisYMaxZoomPercent Gets or sets the maximum zoom factor as a percentage for the Y-axis.
EnableZoomToRectangle Gets or sets whether a user can press SHIFT and select a rectangular chart region to zoom into it (marquee zoom).’
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.
UseScrollBars Specifies whether a user can use scroll bars to scroll the chart.
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