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