ClassChartSeriesMarkersBorder
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
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class ChartSeriesMarkersBorder : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentChartSeriesMarkersBorder
Implements:
Inherited Members
Constructors
ChartSeriesMarkersBorder()
Declaration
public ChartSeriesMarkersBorder()
Properties
ChildContent
Declaration
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
Color
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.
Width
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.
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
OnAfterRender(bool)
Declaration
protected override void OnAfterRender(bool firstRender)
Parameters
firstRender
Overrides
OnInitialized()
Declaration
protected override void OnInitialized()
Overrides
OnParametersSet()
Declaration
protected override void OnParametersSet()
Overrides
Serialize()
Declaration
public Dictionary<string, object> Serialize()
Returns