ChartBeforeZoomEventArgs Properties
Provides data for the ChartControl.BeforeZoom event.Name | Description |
---|---|
Axis | Gets the axis whose visual range is changed when an end user zooms the chart. |
Cancel | Gets or sets the value that identifies whether the zooming should be canceled. |
NewRange | The new axis visual range. |
See Also