Class ChartRow
Inheritance
System.Object
ChartRow
Assembly: Syncfusion.EJ2.dll
Syntax
public class ChartRow : EJTagHelper
Constructors
ChartRow()
Declaration
Properties
Border
Options to customize the border of the rows.
Declaration
public object Border { get; set; }
Property Value
Type |
Description |
System.Object |
|
Height
The height of the row as a string accept input both as '100px' and '100%'.
If specified as '100%, row renders to the full height of its chart.
Declaration
public string Height { get; set; }
Property Value
Type |
Description |
System.String |
|
IsChild
Declaration
protected override bool IsChild { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides