Class StockChartStockChartRowBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
StockChartStockChartRowBuilder
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public class StockChartStockChartRowBuilder : ControlBuilder
Constructors
StockChartStockChartRowBuilder()
Declaration
public StockChartStockChartRowBuilder()
StockChartStockChartRowBuilder(List<StockChartStockChartRow>)
Declaration
public StockChartStockChartRowBuilder(List<StockChartStockChartRow> collection)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<StockChartStockChartRow> | collection |
Methods
Add()
Declaration
public void Add()
Border(Object)
Options to customize the border of the rows.
Declaration
public StockChartStockChartRowBuilder Border(object border)
Parameters
Type | Name | Description |
---|---|---|
System.Object | border |
Returns
Height(String)
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 StockChartStockChartRowBuilder Height(string height)
Parameters
Type | Name | Description |
---|---|---|
System.String | height |