ClassChartSeriesLegendItemHighlightMarkers
Class
Telerik UI ChartSeriesLegendItemHighlightMarkers. Children: ChartSeriesLegendItemHighlightMarkersBorder.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class ChartSeriesLegendItemHighlightMarkers : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentChartSeriesLegendItemHighlightMarkers
Implements:
Inherited Members
Constructors
ChartSeriesLegendItemHighlightMarkers()
Declaration
public ChartSeriesLegendItemHighlightMarkers()
Properties
Background
The background color of the highlighted legend item markers.
BorderRadius
The border radius in pixels when type is set to "roundedRect".
Type
Specifies the marker type.
Declaration
[Parameter]
public ChartSeriesMarkersType? Type { 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