Back to Devexpress

NavigationOptions Properties

wpf-devexpress-dot-xpf-dot-charts-dot-navigationoptions-dot-underscore-properties.md

latest3.9 KB
Original Source

NavigationOptions Properties

Zoom and scroll settings for the XYDiagram2D.

NameDescription
AxisXMaxZoomPercentGets or sets the maximum zoom factor as a percentage for the X-axis.
AxisYMaxZoomPercentGets or sets the maximum zoom factor as a percentage for the Y-axis.
CanFreezeGets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
EnableZoomToRectangle
IsFrozenGets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealedGets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
TypeNameSerializableGets the string value used to support serialization of the chart dependency object. Inherited from ChartDependencyObject.
UseKeyboardSpecifies whether a user can use keyboard shortcuts to zoom and scroll the chart. Inherited from NavigationOptionsBase.
UseMouseSpecifies whether a user can use a mouse to zoom and scroll the chart. Inherited from NavigationOptionsBase.
UseScrollBarsSpecifies whether a user can use scroll bars to scroll the chart.
UseTouchDeviceSpecifies whether a user can use touch gestures to zoom and scroll the chart on touch devices. Inherited from NavigationOptionsBase.

See Also

NavigationOptions Class

NavigationOptions Members

DevExpress.Xpf.Charts Namespace