Class AccumulationChartLegendBorder
Gets and sets the border for that Accumulation Chart's legend.
Inheritance
AccumulationChartLegendBorder
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class AccumulationChartLegendBorder : ChartCommonBorder, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
AccumulationChartLegendBorder()
Declaration
public AccumulationChartLegendBorder()
Properties
Color
Gets or sets the color of the legend border in the Accumulation Chart.
Declaration
[Parameter]
public override string Color { get; set; }
Property Value
| Type | Description |
|---|---|
| string | A string representing the border color. Accepts hex, rgb, or named CSS colors. The default value is an empty string. |
Overrides
Width
Gets or sets the width of the legend border in the Accumulation Chart.
Declaration
[Parameter]
public override double Width { get; set; }
Property Value
| Type | Description |
|---|---|
| double | A double representing the border width in pixels. The default value is 1. |
Overrides
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderTreeBuilder | __builder |