Class ChartColumn
Inheritance
System.Object
ChartColumn
Assembly: Syncfusion.Blazor.dll
Syntax
public class ChartColumn : ChartSubComponent, ISubcomponentTracker, IChartElement
Constructors
ChartColumn()
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 column.
Declaration
public string BorderColor { get; set; }
Property Value
Type |
Description |
System.String |
|
BorderWidth
Option to customize width of the chart column border in pixels.
Declaration
public double BorderWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
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 |
|
Width
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 Width { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
OnInitialized()
Declaration
protected override void OnInitialized()
OnParametersSet()
Declaration
protected override void OnParametersSet()
Overrides