Class ChartRow
Options to split chart into multiple plotting areas horizontally.
Each object in the collection represents a plotting area in the chart.
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
ChartRow
Assembly: Syncfusion.Blazor.dll
Syntax
public class ChartRow : SfDataBoundComponent
Constructors
ChartRow()
Declaration
Properties
Border
Chart axis row height customization.
Declaration
public ChartBorder Border { get; set; }
Property Value
ChildContent
Gets and sets the content of the UI element.
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Components.RenderFragment |
|
Height
Chart axis row height customization.
Declaration
public string Height { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder |
__builder |
|
ComputeSize(ChartCommonAxis, Double)
Declaration
public void ComputeSize(ChartCommonAxis axis, double scrollBarHeight = 0)
Parameters
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Overrides
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Overrides