AreaSeriesPoint Constructor (Double, Double, Object) |
LightningChart .NET Help
Constructor.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic AreaSeriesPoint(
double x,
double y,
Object tag
)
Public Sub New (
x As Double,
y As Double,
tag As Object
)
public:
AreaSeriesPoint(
double x,
double y,
Object^ tag
)
Parameters
- x
- Type: SystemDouble
X value. - y
- Type: SystemDouble
Y value. - tag
- Type: SystemObject
Tag. Freely assignable object.
See Also