Interface IPointSmith
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Interface of the Smith points.
public interface IPointSmith : IPointRound
Properties
ImgValue
Imaginary component of the smith coordinate.
double ImgValue { get; set; }
Property Value
RealValue
RealValue component of the smith coordinate.
double RealValue { get; set; }