Click or drag to resize

PointSmith Constructor (IPointSmith)

LightningChart .NET Help
PointSmith constructor.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public PointSmith(
	IPointSmith src
)

Parameters

src
Type: Arction.Wpf.ChartingMVVMIPointSmith
Source point to take all values from. Parent is null.
See Also