Class ChartSeriesBorder
Provides option to customize the border of the chart series.
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class ChartSeriesBorder : ChartSubComponent, ISubcomponentTracker
Constructors
ChartSeriesBorder()
Declaration
public ChartSeriesBorder()
Properties
Color
Gets or sets the color of the border.
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string representing the color of the series border. Accepts values in hex and rgba as valid CSS color strings. |
Remarks
This property allows you to define the border color of the series. Changing this value can update the series rendering.
Width
Gets or sets the width of the border in pixels.
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double | A double representing the width of the series border. |
Remarks
This property determines the thickness of the series border. Adjusting the width affects the visual styling of the series.
Methods
OnInitialized()
Declaration
protected override void OnInitialized()
OnParametersSet()
Declaration
protected override void OnParametersSet()