ChartZoomEventArgs Properties
Provides data for the ChartControl.Zoom event.
Name | Description |
---|---|
Axis |
Gets the X-axis of the diagram point. |
Axis |
Gets the Y-axis of the diagram point. |
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 Axis |
New |
Gets the new value of the Axis |
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 Axis |
Old |
Gets the old value of the Axis |
Type | Gets the zoom type. |
See Also