Click or drag to resize

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.Wpf.Charting.Views.ViewPolar
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public void Zoom(
	PointPolar Corner1,
	PointPolar Corner2,
	int AxisIndex = 0
)

Parameters

Corner1
Type: Arction.Wpf.ChartingPointPolar
One corner axis values.
Corner2
Type: Arction.Wpf.ChartingPointPolar
One corner axis values.
AxisIndex (Optional)
Type: SystemInt32
Index of the axis to set the corner values in relation to.
See Also