Click or drag to resize

PointSmithSetValues Method

LightningChart .NET Help
Set all values.

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public override void SetValues(
	double RealValue,
	double ImgValue
)

Parameters

RealValue
Type: SystemDouble
Real Value.
ImgValue
Type: SystemDouble
Imaginary Value.
See Also