Click or drag to resize

SeriesPointCompactColored3D Constructor

LightningChart .NET Help
Constructor.

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public SeriesPointCompactColored3D(
	float x,
	float y,
	float z,
	int color
)

Parameters

x
Type: SystemSingle
X value.
y
Type: SystemSingle
Y value.
z
Type: SystemSingle
Z value.
color
Type: SystemInt32
Color of the point.
See Also