Class ChartPoint
Represents the chart point of the series.
Inheritance
System.Object
ChartPoint
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.WinForms.SmithChart
Assembly: Syncfusion.SfSmithChart.WinForms.dll
Syntax
public class ChartPoint
Constructors
ChartPoint()
Initializes a new instance of the ChartPoint class.
Declaration
public ChartPoint()
ChartPoint(Double, Double)
Initializes a new instance of the ChartPoint class.
Declaration
public ChartPoint(double x, double y)
Parameters
Type | Name | Description |
---|---|---|
System.Double | x | Resistance value |
System.Double | y | Reactance value |
Properties
Reactance
Gets or sets the Reactance value.
Declaration
public double Reactance { get; set; }
Property Value
Type |
---|
System.Double |
Resistance
Gets or sets the Resistance value.
Declaration
public double Resistance { get; set; }
Property Value
Type |
---|
System.Double |