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