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.Wpf.ChartingMVVM.Views.ViewSmith
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public void GetViewCornerValues(
	out PointSmith leftTopCorner,
	out PointSmith rightBottomCorner
)

Parameters

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