Click or drag to resize

ViewSmithGetViewCornerValues Method (PointSmith, PointSmith)

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

Namespace:  Arction.WinForms.Charting.Views.ViewSmith
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public void GetViewCornerValues(
	out PointSmith leftTopCorner,
	out PointSmith rightBottomCorner
)

Parameters

leftTopCorner
Type: Arction.WinForms.ChartingPointSmith
Views top-left corner axis values.
rightBottomCorner
Type: Arction.WinForms.ChartingPointSmith
Views bottom-right corner axis values.
See Also