Click or drag to resize

ViewPolarGetViewCornerValues Method (Int32, PointPolar, PointPolar)

LightningChart .NET Help
Getter of the current views top-left and bottom-right corner axis values for the given axis.

Namespace:  Arction.WinForms.Charting.Views.ViewPolar
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public void GetViewCornerValues(
	int AxisIndex,
	out PointPolar leftTopCorner,
	out PointPolar rightBottomCorner
)

Parameters

AxisIndex
Type: SystemInt32
Axis index to get the view values of.
leftTopCorner
Type: Arction.WinForms.ChartingPointPolar
Views top-left corner axis values.
rightBottomCorner
Type: Arction.WinForms.ChartingPointPolar
Views bottom-right corner axis values.
See Also