Class StockChartRow
To specify customization options for stockchart row.
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class StockChartRow : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
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
[Parameter]
public string Height { get; set; }
Property Value
| Type |
|---|
| string |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderTreeBuilder | __builder |