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