PointDouble Constructor (PointDoubleXY) |
LightningChart .NET Help
Construct the point by using PointDoubleXY as source info.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic PointDouble(
PointDoubleXY point
)
Public Sub New (
point As PointDoubleXY
)
public:
PointDouble(
PointDoubleXY^ point
)
Parameters
- point
- Type: Arction.Wpf.ChartingPointDoubleXY
Source point
See Also