Class RadzenLegend
Class RadzenLegend.
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenLegend : RadzenChartComponentBase
Properties
Position
Gets or sets the position.
Declaration
public LegendPosition Position { get; set; }
Property Value
Type | Description |
---|---|
LegendPosition | The position. |
Visible
Gets or sets a value indicating whether this RadzenLegend is visible.
Declaration
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Methods
Initialize()
Initializes this instance.
Declaration
protected override void Initialize()
Overrides
ShouldRefreshChart(ParameterView)
Shoulds the refresh chart.
Declaration
protected override bool ShouldRefreshChart(ParameterView parameters)
Parameters
Type | Name | Description |
---|---|---|
ParameterView | parameters | The parameters. |
Returns
Type | Description |
---|---|
System.Boolean |
|