PointDouble2D Constructor (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 PointDouble2D(
double x,
double y
)
Public Sub New (
x As Double,
y As Double
)
public:
PointDouble2D(
double x,
double y
)
Parameters
- x
- Type: SystemDouble
X. - y
- Type: SystemDouble
Y.
See Also