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