PointDoubleXY Constructor (IChartNode, Double, Double) |
LightningChart .NET Help
Constructor
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic PointDoubleXY(
IChartNode owner,
double x,
double y
)
Public Sub New (
owner As IChartNode,
x As Double,
y As Double
)
public:
PointDoubleXY(
IChartNode^ owner,
double x,
double y
)
Parameters
- owner
- Type: Arction.Wpf.ChartingMVVMIChartNode
Parent. - x
- Type: SystemDouble
X value. - y
- Type: SystemDouble
Y value.
See Also