Class StockChartRow
To specify customization options for stockchart row.
Inheritance
System.Object
StockChartRow
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class StockChartRow : OwningComponentBase
Constructors
StockChartRow()
Declaration
public StockChartRow()
Properties
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 |
---|
System.String |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder | __builder |