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
Syntaxpublic SeriesPointCompactColored3D(
float x,
float y,
float z,
int color
)
Public Sub New (
x As Single,
y As Single,
z As Single,
color As Integer
)
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