Tick configuration of IChartAxis.
Object
ComponentBase
IComponent
IHandleEvent
IHandleAfterRender
ComponentBase.BuildRenderTree
ComponentBase.OnInitialized
ComponentBase.OnInitializedAsync
ComponentBase.OnParametersSet
ComponentBase.OnParametersSetAsync
ComponentBase.StateHasChanged
ComponentBase.ShouldRender
ComponentBase.OnAfterRender
ComponentBase.OnAfterRenderAsync
ComponentBase.InvokeAsync
ComponentBase.DispatchExceptionAsync
ComponentBase.SetParametersAsync
ComponentBase.RendererInfo
ComponentBase.Assets
ComponentBase.AssignedRenderMode
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public class RadzenTicks : ComponentBase, IComponent, IHandleEvent, IHandleAfterRenderThe axis which this configuration applies to.
public AxisBase ChartAxis { set; }
| Type | Description |
|---|---|
| AxisBase | The axis which this configuration applies to. |
Specifies the type of line used to render the ticks.
public LineType LineType { get; set; }
| Type | Description |
|---|---|
| LineType | Specifies the type of line used to render the ticks. |
Specifies the color of the ticks lines.
public string Stroke { get; set; }
| Type | Description |
|---|---|
| string | Specifies the color of the ticks lines. |
Specifies the width of the tick lines. Set to 1 by default.
public double StrokeWidth { get; set; }
| Type | Description |
|---|---|
| double | Specifies the width of the tick lines. Set to 1 by default. |
Gets or sets the template.
public RenderFragment<TickTemplateContext> Template { get; set; }
| Type | Description |
|---|---|
| RenderFragment<TickTemplateContext> | Gets or sets the template. |