Click or drag to resize

PointSmith Constructor (PointSmith)

LightningChart .NET Help
PointSmith copy constructor.

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

Parameters

src
Type: Arction.Wpf.ChartingMVVMPointSmith
Source point to take all values from, including parent.
See Also