Click or drag to resize

SurfacePoint Constructor (Double, Double, Double, Double, Color, 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 SurfacePoint(
	double x,
	double y,
	double z,
	double value,
	Color color,
	Object tag
)

Parameters

x
Type: SystemDouble
X-coordinate.
y
Type: SystemDouble
Y-coordinate.
z
Type: SystemDouble
Z-coordinate.
value
Type: SystemDouble
Value.
color
Type: System.DrawingColor
Color of the point.
tag
Type: SystemObject
Tag. Freely assignable object.
See Also