ViewPolarZoom Method |
| Name | Description | |
|---|---|---|
| Zoom(PointPolar, PointPolar, Int32) |
Zooms the view to given rectangle, defined by the axis values of the diagonal corners of the rectangle.
If the rectangle is of wrong aspect ratio, center point of the given rectangle is followed.
| |
| Zoom(Int32, Int32, Int32, Int32) |
Zoom the chart in or out.
If stop point X is greater than start point X, zooms in.
If stop point X is less than start point X action follows RightToLeftZoom property.
(Inherited from ViewRoundBase.) |