Class RadzenAxisTitle
Represents the title configuration of a AxisBase.
public class RadzenAxisTitle : RadzenChartComponentBase, IComponent, IHandleEvent, IHandleAfterRender
- Inheritance
-
RadzenAxisTitle
- Implements
- Inherited Members
Constructors
RadzenAxisTitle()
public RadzenAxisTitle()
Properties
Axis
Sets the axis with this configuration applies to.
[CascadingParameter]
public AxisBase Axis { set; }
Property Value
- AxisBase
The axis.
Text
Gets or sets the text displayed by the title.
[Parameter]
public string Text { get; set; }
Property Value
- string
The text.
Methods
ShouldRefreshChart(ParameterView)
protected override bool ShouldRefreshChart(ParameterView parameters)
Parameters
parameters
ParameterView