Class ChartCornerRadiusBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.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 | Description |
---|---|
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 | Description |
---|---|
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 | Description |
---|---|
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 | Description |
---|---|
ChartCornerRadiusBuilder |