Back to Devexpress

XYDiagram2DScrollEventArgs Properties

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

latest4.4 KB
Original Source

XYDiagram2DScrollEventArgs Properties

Provides data for the XYDiagram2D.Scroll event.

NameDescription
AxisXGets the X-axis, along which the scrolling has been performed.
AxisYGets the Y-axis, along which the scrolling has been performed.
HandledGets or sets a value that indicates the present state of the event handling for a routed event as it travels the route. Inherited from RoutedEventArgs.
NewAxisXRangeObsolete. Gets the new value of the Axis.Range property for the X-axis.
NewAxisYRangeObsolete. Gets the new value of the Axis.Range property for the Y-axis.
NewXRangeGets the new value of the Axis2D.VisualRange property of the X-axis.
NewYRangeGets the new value of the Axis2D.VisualRange property of the Y-axis.
OldAxisXRangeObsolete. Gets the old value of the Axis.Range property for the X-axis.
OldAxisYRangeObsolete. Gets the old value of the Axis.Range property for the Y-axis.
OldXRangeGets the old value of the Axis2D.VisualRange property of the X-axis.
OldYRangeGets the old value of the Axis2D.VisualRange property of the Y-axis.
OriginalSourceGets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class. Inherited from RoutedEventArgs.
PaneGets a pane along which scrolling has been performed.
RoutedEventGets or sets the RoutedEvent associated with this RoutedEventArgs instance. Inherited from RoutedEventArgs.
ScrollOrientationGets the scrolling orientation, i.e. along which axis scrolling is performed.
SourceGets or sets a reference to the object that raised the event. Inherited from RoutedEventArgs.
TypeGets the scrolling type, which specifies scrolling characteristics.

See Also

XYDiagram2DScrollEventArgs Class

XYDiagram2DScrollEventArgs Members

DevExpress.Xpf.Charts Namespace