Click or drag to resize

PointSmith Constructor (Double, Double, IChartNode)

LightningChart .NET Help
PointSmith constructor.

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public PointSmith(
	double Real,
	double Img,
	IChartNode Owner = null
)

Parameters

Real
Type: SystemDouble
RealValue part of the value.
Img
Type: SystemDouble
Imaginary part of the value.
Owner (Optional)
Type: Arction.Wpf.ChartingIChartNode
Owner">Owner element to notify of value changes.
See Also