Class
ChartLegendItemMarkers

Telerik UI ChartLegendItemMarkers. Children: ChartLegendItemMarkersBorder.

Definition

Constructors

ChartLegendItemMarkers()

Declaration

public ChartLegendItemMarkers()

Properties

Background

The background color of the legend item markers.

Declaration

[Parameter]
public string Background { get; set; }

Property Value

string

BorderRadius

The border radius in pixels when type is set to "roundedRect".

Declaration

[Parameter]
public double? BorderRadius { get; set; }

Property Value

double?

ChildContent

Declaration

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

Property Value

RenderFragment

Type

Specifies the marker type.

Declaration

[Parameter]
public ChartSeriesMarkersType? Type { get; set; }

Property Value

ChartSeriesMarkersType?

Visible

If set to true the chart will display the legend item markers. Defaults to the series options.

Declaration

[Parameter]
public bool? Visible { get; set; }

Property Value

bool?

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder

RenderTreeBuilder

Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder)

OnAfterRender(bool)

Declaration

protected override void OnAfterRender(bool firstRender)

Parameters

firstRender

bool

Overrides ComponentBase.OnAfterRender(bool)

OnInitialized()

Declaration

protected override void OnInitialized()

Overrides DataVizChildComponent.OnInitialized()

OnParametersSet()

Declaration

protected override void OnParametersSet()

Overrides ComponentBase.OnParametersSet()

Serialize()

Declaration

public Dictionary<string, object> Serialize()

Returns

Dictionary<string, object>