Represents the title configuration of a AxisBase.
IComponent
IHandleEvent
IHandleAfterRender
RadzenChartComponentBase.Initialize
RadzenChartComponentBase.SetParametersAsync
RadzenChartComponentBase.ValidateParameters
RadzenChartComponentBase.DidParameterChange
RadzenChartComponentBase.Chart
ComponentBase.BuildRenderTree
ComponentBase.OnInitialized
ComponentBase.OnInitializedAsync
ComponentBase.OnParametersSet
ComponentBase.OnParametersSetAsync
ComponentBase.StateHasChanged
ComponentBase.ShouldRender
ComponentBase.OnAfterRender
ComponentBase.OnAfterRenderAsync
ComponentBase.InvokeAsync
ComponentBase.DispatchExceptionAsync
ComponentBase.RendererInfo
ComponentBase.Assets
ComponentBase.AssignedRenderMode
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public class RadzenAxisTitle : RadzenChartComponentBase, IComponent, IHandleEvent, IHandleAfterRenderSets the axis with this configuration applies to.
public AxisBase Axis { set; }
| Type | Description |
|---|---|
| AxisBase | Sets the axis with this configuration applies to. |
Gets or sets the text displayed by the title.
public string Text { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the text displayed by the title. |
protected override bool ShouldRefreshChart(ParameterView parameters)
| Type | Name | Description |
|---|---|---|
| ParameterView | parameters |
| Type | Description |
|---|---|
| bool |