ViewSmithGetViewCornerValues Method (PointSmith, PointSmith) |
LightningChart .NET Help
Getter of the current views top-left 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 rightBottomCorner
)
Public Sub GetViewCornerValues (
<OutAttribute> ByRef leftTopCorner As PointSmith,
<OutAttribute> ByRef rightBottomCorner As PointSmith
)
public:
void GetViewCornerValues(
[OutAttribute] PointSmith^% leftTopCorner,
[OutAttribute] PointSmith^% rightBottomCorner
)
Parameters
- leftTopCorner
- Type: Arction.Wpf.ChartingPointSmith
Views top-left corner axis values. - rightBottomCorner
- Type: Arction.Wpf.ChartingPointSmith
Views bottom-right corner axis values.
See Also