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