Class ChartRow
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class ChartRow : ChartSubComponent, ISubcomponentTracker, IChartElement
Constructors
ChartRow()
Declaration
public ChartRow()
Properties
BorderColor
Gets or sets the color of the chart row border as a string.
Declaration
public string BorderColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string representing the border color of the chart row. The default value is null. |
Remarks
This property allows customization of the border color for the bottom line of the row, which divides the chart area vertically. Accepts values in hex and rgba as valid CSS color strings.
BorderWidth
Gets or sets the width of the chart row border in pixels.
Declaration
public double BorderWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The double value representing the border width of the chart row. The default value is 1 pixel. |
Remarks
This property allows customization of the border width for the bottom line of the row, which divides the chart area vertically.
Height
Gets or sets the height of the column as a string, accepting input in the form of '100px' or '100%'.
Declaration
public string Height { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string representing the height of the column. The default value is "100%". |
Remarks
If specified as '100%', the column will render to the full height of its chart.
RendererKey
Declaration
public string RendererKey { get; set; }
Property Value
Type |
---|
System.String |
RendererType
Declaration
public Type RendererType { get; set; }
Property Value
Type |
---|
System.Type |
Methods
OnInitialized()
Declaration
protected override void OnInitialized()
OnParametersSet()
Declaration
protected override void OnParametersSet()