Click or drag to resize

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
Syntax
public void GetViewCornerValues(
	out PointSmith leftTopCorner,
	out PointSmith rightTopCorner,
	out PointSmith rightBottomCorner,
	out 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