PointDouble3D Constructor (Double, Double, Double) |
LightningChart .NET Help
Constructor.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic PointDouble3D(
double x,
double y,
double z
)
Public Sub New (
x As Double,
y As Double,
z As Double
)
public:
PointDouble3D(
double x,
double y,
double z
)
Parameters
- x
- Type: SystemDouble
X-coordinate. - y
- Type: SystemDouble
Y-coordinate. - z
- Type: SystemDouble
Z-coordinate.
See Also