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