Click or drag to resize

ViewPolarZoom Method

LightningChart .NET Help
Overload List
  NameDescription
Public methodZoom(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.
Public methodZoom(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.)
Top
See Also