Class ChartAreaInfo
Represents the smith chart center point, radius and area bounds.
Inheritance
System.Object
ChartAreaInfo
Namespace: Syncfusion.UI.Xaml.SmithChart
Assembly: Syncfusion.SfSmithChart.UWP.dll
Syntax
public class ChartAreaInfo : DependencyObject
Constructors
ChartAreaInfo()
Declaration
public ChartAreaInfo()
Fields
AreaBoundsProperty
Declaration
public static readonly DependencyProperty AreaBoundsProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
CenterPointProperty
Declaration
public static readonly DependencyProperty CenterPointProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
RadiusProperty
Declaration
public static readonly DependencyProperty RadiusProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
AreaBounds
Gets the area bounds Windows.Foundation.Rect region. This area bounds value is relative to the control.
Declaration
public Rect AreaBounds { get; }
Property Value
Type | Description |
---|---|
Windows.Foundation.Rect | This value can be rect and it return the area bounds of the smith chart. |
CenterPoint
Gets the center X and center Y value of the smith chart. This center point value is relative to the control.
Declaration
public Point CenterPoint { get; }
Property Value
Type | Description |
---|---|
Windows.Foundation.Point | This value can be point and it return the center point of the smith chart. |
Radius
Gets chart area circle radius value. This radius value is relative to the control.
Declaration
public double Radius { get; }
Property Value
Type | Description |
---|---|
System.Double | This value can be double and it return the radius value of the smith chart. |