PointSmith Constructor (Double, Double, IChartNode) |
LightningChart .NET Help
PointSmith constructor.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic PointSmith(
double Real,
double Img,
IChartNode Owner = null
)
Public Sub New (
Real As Double,
Img As Double,
Optional Owner As IChartNode = Nothing
)
public:
PointSmith(
double Real,
double Img,
IChartNode^ Owner = nullptr
)
Parameters
- Real
- Type: SystemDouble
RealValue part of the value. - Img
- Type: SystemDouble
Imaginary part of the value. - Owner (Optional)
- Type: Arction.WinForms.ChartingIChartNode
Owner">Owner element to notify of value changes.
See Also