SmithSeriesPoint 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 SmithSeriesPoint(
double real,
double imgValue,
Object tag
)
Public Sub New (
real As Double,
imgValue As Double,
tag As Object
)
public:
SmithSeriesPoint(
double real,
double imgValue,
Object^ tag
)
Parameters
- real
- Type: SystemDouble
Real component. - imgValue
- Type: SystemDouble
Imaginary component. - tag
- Type: SystemObject
Tag. Freely assignable object.
See Also