Class ChartCornerRadius
Specifies the configuration of the corner radius for the reactangle type series.
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class ChartCornerRadius : ChartSubComponent, ISubcomponentTracker
Constructors
ChartCornerRadius()
Declaration
public ChartCornerRadius()
Properties
BottomLeft
Sets and gets the bottom left value of the corner radius.
Declaration
public double BottomLeft { get; set; }
Property Value
Type |
---|
System.Double |
BottomRight
Sets and gets the bottom right value of the corner radius.
Declaration
public double BottomRight { get; set; }
Property Value
Type |
---|
System.Double |
TopLeft
Sets and gets the top left value of the corner radius.
Declaration
public double TopLeft { get; set; }
Property Value
Type |
---|
System.Double |
TopRight
Sets and gets the top right value of the corner radius.
Declaration
public double TopRight { get; set; }
Property Value
Type |
---|
System.Double |
Methods
OnInitialized()
Declaration
protected override void OnInitialized()
OnParametersSet()
Declaration
protected override void OnParametersSet()