Class StockChartCornerRadiusBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
StockChartCornerRadiusBuilder
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.StockChart.dll
Syntax
public class StockChartCornerRadiusBuilder : ControlBuilder
Constructors
StockChartCornerRadiusBuilder()
Declaration
public StockChartCornerRadiusBuilder()
StockChartCornerRadiusBuilder(StockChartCornerRadius)
Declaration
public StockChartCornerRadiusBuilder(StockChartCornerRadius model)
Parameters
| Type | Name | Description |
|---|---|---|
| StockChartCornerRadius | model |
Methods
BottomLeft(Double)
Specifies the bottom-left corner radius value.
Declaration
public StockChartCornerRadiusBuilder BottomLeft(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| StockChartCornerRadiusBuilder |
BottomRight(Double)
Specifies the bottom-right corner radius value.
Declaration
public StockChartCornerRadiusBuilder BottomRight(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| StockChartCornerRadiusBuilder |
TopLeft(Double)
Specifies the top-left corner radius value.
Declaration
public StockChartCornerRadiusBuilder TopLeft(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| StockChartCornerRadiusBuilder |
TopRight(Double)
Specifies the top-right corner radius value.
Declaration
public StockChartCornerRadiusBuilder TopRight(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| StockChartCornerRadiusBuilder |