XYDiagram2DZoomEventArgs Properties
Provides data for the XYDiagram2D.Zoom event.
Name | Description |
---|---|
Axis |
Gets the X-axis, along which zooming has been performed. |
Axis |
Gets the Y-axis, along which the zooming has been performed. |
Handled |
Gets or sets a value that indicates the present state of the event handling for a routed event as it travels the route.
Inherited from Routed |
New |
Obsolete. Gets the new value of the Axis. property for the X-axis.
|
New |
Obsolete. Gets the new value of the Axis. property for the Y-axis.
|
New |
Gets the new value of the Axis2D. |
New |
Gets the new value of the Axis2D. |
Old |
Obsolete. Gets the old value of the Axis. property for the X-axis.
|
Old |
Obsolete. Gets the old value of the Axis. property for the Y-axis.
|
Old |
Gets the old value of the Axis2D. |
Old |
Gets the old value of the Axis2D. |
Original |
Gets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class.
Inherited from Routed |
Pane | Gets a pane along which zooming has been performed. |
Routed |
Gets or sets the Routed |
Source |
Gets or sets a reference to the object that raised the event.
Inherited from Routed |
Type | Gets the zooming type, which specifies zooming characteristics. |
See Also