Class ISmithChartPoint
Inheritance
System.Object
ISmithChartPoint
Assembly: Syncfusion.Blazor.dll
Syntax
public class ISmithChartPoint : Object, IEquatable<ISmithChartPoint>
Constructors
ISmithChartPoint()
Declaration
public ISmithChartPoint()
Properties
Reactance
Declaration
public double Reactance { get; set; }
Property Value
Type |
Description |
System.Double |
|
Resistance
Declaration
public double Resistance { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public string Tooltip { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Equals(ISmithChartPoint)
Declaration
public bool Equals(ISmithChartPoint iSmithChartPoint)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Implements
System.IEquatable<>