PointDoubleXYZ Constructor (IChartNode, 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 PointDoubleXYZ(
IChartNode owner,
double x,
double y,
double z
)
Public Sub New (
owner As IChartNode,
x As Double,
y As Double,
z As Double
)
public:
PointDoubleXYZ(
IChartNode^ owner,
double x,
double y,
double z
)
Parameters
- owner
- Type: Arction.Wpf.ChartingIChartNode
Parent. - x
- Type: SystemDouble
X value. - y
- Type: SystemDouble
Y value. - z
- Type: SystemDouble
Z value.
See Also