New to Telerik UI for BlazorStart a free 30-day trial

Configures the border styling for chart series data point markers to provide visual definition and enhance marker visibility. Controls border colors and thickness around markers to create clear data point identification and improve overall chart readability and professional appearance.

Definition

Constructors

C#
public ChartSeriesMarkersBorder()

Methods

C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters:__builderRenderTreeBuilder

Overrides: ComponentBase.BuildRenderTree(RenderTreeBuilder)

C#
protected override void OnAfterRender(bool firstRender)
Parameters:firstRenderbool

Overrides: ComponentBase.OnAfterRender(bool)

C#
protected override void OnInitialized()

Overrides: DataVizChildComponent.OnInitialized()

C#
protected override void OnParametersSet()

Overrides: ComponentBase.OnParametersSet()

C#
public Dictionary<string, object> Serialize()
Returns:

Dictionary<string, object>

Properties

C#
[Parameter]
public RenderFragment ChildContent { get; set; }

Sets the border color for series data point markers using any valid CSS color value. Accepts hex codes (#424242), RGB values (rgb(66, 66, 66)), named colors (gray, black), or HSL values. Use contrasting colors to create clear marker definition and improve data point visibility in chart visualizations.

C#
[Parameter]
public string Color { get; set; }

Specifies the thickness of marker borders in pixels. Use 1-2 pixels for subtle marker definition, 3-4 pixels for prominent borders, or 0 to remove borders completely. Border width should complement marker size and maintain visual balance in chart presentations.

C#
[Parameter]
public double? Width { get; set; }