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