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
BorderColor
Option to customize the border color of the chart row.
Declaration
public string BorderColor { get; set; }
Property Value
Type |
Description |
System.String |
|
BorderWidth
Option to customize width of the chart row border in pixels.
Declaration
public double BorderWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
Height
The height of the row as a string accepts input both as like '100px' or '100%'.
If specified as '100%, row renders to the full height 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