Click or drag to resize

ViewPolarGetViewCornerValues Method (Int32, PointPolar, PointPolar, PointPolar, PointPolar)

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

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

Parameters

AxisIndex
Type: SystemInt32
Index of the axis to get the corner values in relation to.
leftTopCorner
Type: Arction.Wpf.ChartingMVVMPointPolar
Views top-left corner axis values.
rightTopCorner
Type: Arction.Wpf.ChartingMVVMPointPolar
Views top-right corner axis values.
rightBottomCorner
Type: Arction.Wpf.ChartingMVVMPointPolar
Views bottom-right corner axis values.
leftBottomCorner
Type: Arction.Wpf.ChartingMVVMPointPolar
Views bottom-left corner axis values.
See Also