Class StockChartCornerRadius
Inheritance
System.Object
StockChartCornerRadius
Assembly: Syncfusion.EJ2.dll
Syntax
public class StockChartCornerRadius : EJTagHelper
Constructors
StockChartCornerRadius()
Declaration
public StockChartCornerRadius()
Properties
BottomLeft
Specifies the bottom left corner radius value
Declaration
public double BottomLeft { get; set; }
Property Value
Type |
Description |
System.Double |
|
BottomRight
Specifies the bottom right corner radius value
Declaration
public double BottomRight { get; set; }
Property Value
Type |
Description |
System.Double |
|
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
TopLeft
Specifies the top left corner radius value
Declaration
public double TopLeft { get; set; }
Property Value
Type |
Description |
System.Double |
|
TopRight
Specifies the top right corner radius value
Declaration
public double TopRight { get; set; }
Property Value
Type |
Description |
System.Double |
|