Class Rect
This struct is used to set Rect bounds values.
Inheritance
System.Object
Rect
Namespace: Syncfusion.SfChart.XForms
Assembly: Syncfusion.SfChart.XForms.dll
Syntax
public sealed class Rect : ValueType
Properties
Bottom
Gets or sets double value that indicates bottom value of the Rect.
Declaration
public double Bottom { get; set; }
Property Value
Type |
---|
System.Double |
Left
Gets or sets double value that indicates left value of the Rect.
Declaration
public double Left { get; set; }
Property Value
Type |
---|
System.Double |
Right
Gets or sets double value that indicates right value of the Rect.
Declaration
public double Right { get; set; }
Property Value
Type |
---|
System.Double |
Top
Gets or sets double value that indicates top value of the Rect.
Declaration
public double Top { get; set; }
Property Value
Type |
---|
System.Double |