Class ChartRow
Inheritance
System.Object
ChartRow
Assembly: Syncfusion.Blazor.dll
Syntax
public class ChartRow : ChartSubComponent, ISubcomponentTracker, IChartElement
Constructors
ChartRow()
Declaration
Properties
Border
Options to customize the border of the columns.
Declaration
public ChartBorder Border { get; set; }
Property Value
Height
The width of the column as a string accepts input both as like '100px' or '100%'.
If specified as '100%, column renders to the full width of its chart.
Declaration
public string Height { get; set; }
Property Value
Type |
Description |
System.String |
|
RendererKey
Declaration
public string RendererKey { get; set; }
Property Value
Type |
Description |
System.String |
|
RendererType
Declaration
public Type RendererType { get; set; }
Property Value
Type |
Description |
System.Type |
|
Methods
OnInitialized()
Declaration
protected override void OnInitialized()
Declaration
protected override void OnParametersSet()
Overrides