Click or drag to resize

SeriesPoint3D Constructor (Double, Double, Double, Color, Single, Object)

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 SeriesPoint3D(
	double x,
	double y,
	double z,
	Color color,
	float sizeFactor,
	Object tag
)

Parameters

x
Type: SystemDouble
X-coordinate.
y
Type: SystemDouble
Y-coordinate.
z
Type: SystemDouble
Z-coordinate.
color
Type: System.DrawingColor
Color of the point.
sizeFactor
Type: SystemSingle
Point size factor.
tag
Type: SystemObject
Object assigned to point.
See Also