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.WinForms.Charting.Views.ViewPolar
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic void GetViewCornerValues(
int AxisIndex,
out PointPolar leftTopCorner,
out PointPolar rightTopCorner,
out PointPolar rightBottomCorner,
out PointPolar leftBottomCorner
)
Public Sub GetViewCornerValues (
AxisIndex As Integer,
<OutAttribute> ByRef leftTopCorner As PointPolar,
<OutAttribute> ByRef rightTopCorner As PointPolar,
<OutAttribute> ByRef rightBottomCorner As PointPolar,
<OutAttribute> ByRef leftBottomCorner As PointPolar
)
public:
void GetViewCornerValues(
int AxisIndex,
[OutAttribute] PointPolar^% leftTopCorner,
[OutAttribute] PointPolar^% rightTopCorner,
[OutAttribute] PointPolar^% rightBottomCorner,
[OutAttribute] PointPolar^% leftBottomCorner
)
Parameters
- AxisIndex
- Type: SystemInt32
Index of the axis to get the corner values in relation to. - leftTopCorner
- Type: Arction.WinForms.ChartingPointPolar
Views top-left corner axis values. - rightTopCorner
- Type: Arction.WinForms.ChartingPointPolar
Views top-right corner axis values. - rightBottomCorner
- Type: Arction.WinForms.ChartingPointPolar
Views bottom-right corner axis values. - leftBottomCorner
- Type: Arction.WinForms.ChartingPointPolar
Views bottom-left corner axis values.
See Also