ClassChartSeriesLegendItemHighlightMarkersBorder
Configures the border styling for legend item markers during hover and focus highlighting states. Controls the border appearance around highlighted markers to provide enhanced visual feedback and improve user interaction clarity within legend components.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class ChartSeriesLegendItemHighlightMarkersBorder : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentChartSeriesLegendItemHighlightMarkersBorder
Implements:
Inherited Members
Constructors
ChartSeriesLegendItemHighlightMarkersBorder()
Declaration
public ChartSeriesLegendItemHighlightMarkersBorder()
Properties
ChildContent
Declaration
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
Color
Sets the border color for highlighted legend item markers using any valid CSS color value. Accepts hex codes (#FF6F00), RGB values (rgb(255, 111, 0)), named colors (orange, red), or HSL values. Use vibrant or contrasting colors to provide clear visual feedback during hover and focus interactions.
DashType
Defines the line pattern style for highlighted legend marker borders using DashType values. Choose from "solid" for continuous borders, "dash" for dashed outlines, or other patterns to create distinctive highlighting effects that enhance user interaction feedback.
Declaration
[Parameter]
public DashType? DashType { get; set; }
Property Value
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