Class PointRegion
Store the regions of the segment.
Inheritance
System.Object
PointRegion
Namespace: Syncfusion.UI.Xaml.SmithChart
Assembly: Syncfusion.SfSmithChart.UWP.dll
Syntax
public class PointRegion : Object
Constructors
PointRegion()
Declaration
public PointRegion()
Properties
Point
Gets or sets the screen location stored for the actual resistance and reactance value.
Declaration
public Point Point { get; set; }
Property Value
Type |
---|
Windows.Foundation.Point |
X
Gets or sets the resistance value of the ItemSource.
Declaration
public double X { get; set; }
Property Value
Type |
---|
System.Double |
Y
Gets or sets the reactance value of the ItemSource.
Declaration
public double Y { get; set; }
Property Value
Type |
---|
System.Double |