PointUnitCircle Constructor (Double, Double, IChartNode) |
LightningChart .NET Help
Constructor
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic PointUnitCircle(
double X,
double Y,
IChartNode owner = null
)
Public Sub New (
X As Double,
Y As Double,
Optional owner As IChartNode = Nothing
)
public:
PointUnitCircle(
double X,
double Y,
IChartNode^ owner = nullptr
)
Parameters
- X
- Type: SystemDouble
X coordinate - Y
- Type: SystemDouble
Y coordinate - owner (Optional)
- Type: Arction.Wpf.ChartingIChartNode
Owner object. Defaults to null.
See Also