Class ChartCornerRadiusBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
ChartCornerRadiusBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.AspNetMvc.Charts.dll
Syntax
public class ChartCornerRadiusBuilder : ControlBuilder
Constructors
ChartCornerRadiusBuilder()
Declaration
public ChartCornerRadiusBuilder()
ChartCornerRadiusBuilder(ChartCornerRadius)
Declaration
public ChartCornerRadiusBuilder(ChartCornerRadius model)
Parameters
| Type | Name | Description |
|---|---|---|
| ChartCornerRadius | model |
Methods
BottomLeft(Double)
Specifies the bottom-left corner radius value.
Declaration
public ChartCornerRadiusBuilder BottomLeft(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| ChartCornerRadiusBuilder |
BottomRight(Double)
Specifies the bottom-right corner radius value.
Declaration
public ChartCornerRadiusBuilder BottomRight(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| ChartCornerRadiusBuilder |
TopLeft(Double)
Specifies the top-left corner radius value.
Declaration
public ChartCornerRadiusBuilder TopLeft(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| ChartCornerRadiusBuilder |
TopRight(Double)
Specifies the top-right corner radius value.
Declaration
public ChartCornerRadiusBuilder TopRight(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| ChartCornerRadiusBuilder |