Class CornerRadius
Gets or sets the corner radius of the data point.
Inheritance
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class CornerRadius : Object
Constructors
CornerRadius()
Declaration
public CornerRadius()
Properties
BottomLeft
Gets or sets the corner radius of the bottom-left corner of the data point.
Declaration
public double BottomLeft { get; set; }
Property Value
Type | Description |
---|---|
System.Double | A double value that represents the corner radius. The default value is the value set to the |
Remarks
This property modifies the radius of the bottom-left corner of the data point.
BottomRight
Gets or sets the corner radius of the bottom-left corner of the data point.
Declaration
public double BottomRight { get; set; }
Property Value
Type | Description |
---|---|
System.Double | A double value that represents the corner radius. The default value is the value set to the |
Remarks
This property modifies the radius of the bottom-left corner of the data point.
TopLeft
Gets or sets the corner radius of the top-left corner of the data point.
Declaration
public double TopLeft { get; set; }
Property Value
Type | Description |
---|---|
System.Double | A double value that represents the corner radius. The default value is the value set to the |
Remarks
This property modifies the radius of the top-left corner of the data point.
TopRight
Gets or sets the corner radius of the top-right corner of the data point.
Declaration
public double TopRight { get; set; }
Property Value
Type | Description |
---|---|
System.Double | A double value that represents the corner radius. The default value is the value set to the |
Remarks
This property modifies the radius of the top-right corner of the data point.