Class RadzenLegend
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
ParameterViewThe parameters.
Returns
- bool
true
if XXXX,false
otherwise.