Click or drag to resize

PointSmith Constructor (PointSmith)

LightningChart .NET Help
PointSmith copy constructor.

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

Parameters

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