ViewSmithGetViewCornerValues Method (PointSmith, PointSmith, PointSmith, PointSmith) |
LightningChart .NET Help
Getter of the current views top-left, bottom-left, top-right and bottom-right corner axis values.
Namespace:
Arction.Wpf.Charting.Views.ViewSmith
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic void GetViewCornerValues(
out PointSmith leftTopCorner,
out PointSmith rightTopCorner,
out PointSmith rightBottomCorner,
out PointSmith leftBottomCorner
)
Public Sub GetViewCornerValues (
<OutAttribute> ByRef leftTopCorner As PointSmith,
<OutAttribute> ByRef rightTopCorner As PointSmith,
<OutAttribute> ByRef rightBottomCorner As PointSmith,
<OutAttribute> ByRef leftBottomCorner As PointSmith
)
public:
void GetViewCornerValues(
[OutAttribute] PointSmith^% leftTopCorner,
[OutAttribute] PointSmith^% rightTopCorner,
[OutAttribute] PointSmith^% rightBottomCorner,
[OutAttribute] PointSmith^% leftBottomCorner
)
Parameters
- leftTopCorner
- Type: Arction.Wpf.ChartingPointSmith
Views top-left corner axis values. - rightTopCorner
- Type: Arction.Wpf.ChartingPointSmith
Views top-right corner axis values. - rightBottomCorner
- Type: Arction.Wpf.ChartingPointSmith
Views bottom-right corner axis values. - leftBottomCorner
- Type: Arction.Wpf.ChartingPointSmith
Views bottom-left corner axis values.
See Also