Class StockChartCornerRadiusBuilder
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 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 | Description |
---|---|
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 | Description |
---|---|
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 | Description |
---|---|
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 | Description |
---|---|
StockChartCornerRadiusBuilder |