LightningChart .NET Help
Constructor.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic PointFloat3D(
float x,
float y,
float z
)
Public Sub New (
x As Single,
y As Single,
z As Single
)
public:
PointFloat3D(
float x,
float y,
float z
)
Parameters
- x
- Type: SystemSingle
X value. - y
- Type: SystemSingle
Y value. - z
- Type: SystemSingle
Z value.Z
See Also