Telerik UI StockChartLegendItemHighlightMarkers. Children: StockChartLegendItemHighlightMarkersBorder.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class StockChartLegendItemHighlightMarkers : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentStockChartLegendItemHighlightMarkers
Implements:
Inherited Members
Constructors
C#
public StockChartLegendItemHighlightMarkers()
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
C#
protected override void OnInitialized()
Overrides:
C#
protected override void OnParametersSet()
Overrides:
Properties
The background color of the highlighted legend item markers.
C#
[Parameter]
public string Background { get; set; }
The border radius in pixels when type is set to "roundedRect".
C#
[Parameter]
public double? BorderRadius { get; set; }
C#
[Parameter]
public RenderFragment ChildContent { get; set; }
Specifies the marker type.
C#
[Parameter]
public ChartSeriesMarkersType? Type { get; set; }