PointDouble2D Constructor (Double, Double, Object) |
LightningChart .NET Help
Constructor.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic PointDouble2D(
double x,
double y,
Object tag
)
Public Sub New (
x As Double,
y As Double,
tag As Object
)
public:
PointDouble2D(
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