RadzenChartComponentBase.SetParametersAsync
RadzenChartComponentBase.ValidateParameters
RadzenChartComponentBase.DidParameterChange
RadzenChartComponentBase.Chart
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 RadzenCategoryAxis : AxisBase, IComponent, IHandleEvent, IHandleAfterRender, IChartAxispublic double Padding { get; set; }
| Type | Description |
|---|---|
| double |
Specifies whether categories are placed between ticks (reserving half a band at each end) or on the ticks (flush to the plot edges). The default is Between.
public TickPlacement TickPlacement { get; set; }
| Type | Description |
|---|---|
| TickPlacement | Specifies whether categories are placed between ticks (reserving half a band at each end) or on the ticks (flush to the plot edges). The default is Between. |
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
| Type | Name | Description |
|---|---|---|
| Rendering.RenderTreeBuilder | __builder |
protected override bool ShouldRefreshChart(ParameterView parameters)
| Type | Name | Description |
|---|---|---|
| ParameterView | parameters |
| Type | Description |
|---|---|
| bool |