Table of Contents

Class RadzenLegend

Namespace
Radzen.Blazor
Assembly
Radzen.Blazor.dll

Class RadzenLegend.

public class RadzenLegend : RadzenChartComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance
RadzenLegend
Implements
Inherited Members

Constructors

RadzenLegend()

public RadzenLegend()

Properties

Position

Gets or sets the position.

[Parameter]
public LegendPosition Position { get; set; }

Property Value

LegendPosition

The position.

Visible

Gets or sets a value indicating whether this RadzenLegend is visible.

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

Property Value

bool

true if visible; otherwise, false.

Methods

Initialize()

Initializes this instance.

protected override void Initialize()

ShouldRefreshChart(ParameterView)

Shoulds the refresh chart.

protected override bool ShouldRefreshChart(ParameterView parameters)

Parameters

parameters ParameterView

The parameters.

Returns

bool

true if XXXX, false otherwise.