ViewPolarZoom Method (PointPolar, PointPolar, Int32) |
LightningChart .NET Help
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.
Namespace:
Arction.WinForms.Charting.Views.ViewPolar
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic void Zoom(
PointPolar Corner1,
PointPolar Corner2,
int AxisIndex = 0
)
Public Sub Zoom (
Corner1 As PointPolar,
Corner2 As PointPolar,
Optional AxisIndex As Integer = 0
)
public:
void Zoom(
PointPolar^ Corner1,
PointPolar^ Corner2,
int AxisIndex = 0
)
Parameters
- Corner1
- Type: Arction.WinForms.ChartingPointPolar
One corner axis values. - Corner2
- Type: Arction.WinForms.ChartingPointPolar
One corner axis values. - AxisIndex (Optional)
- Type: SystemInt32
Index of the axis to set the corner values in relation to.
See Also