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