RadzenTicks Class

Tick configuration of IChartAxis.

Inheritance

Object

ComponentBase

RadzenTicks

Implements

IComponent

IHandleEvent

IHandleAfterRender

Inherited Members

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

Syntax

public class RadzenTicks : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender

Constructors

RadzenTickslink

Tick configuration of IChartAxis.

Declaration
public RadzenTicks()

Properties

ChartAxislink

The axis which this configuration applies to.

Declaration
public AxisBase ChartAxis { set; }
Property Value
Type Description
AxisBaseThe axis which this configuration applies to.

LineTypelink

Specifies the type of line used to render the ticks.

Declaration
public LineType LineType { get; set; }
Property Value
Type Description
LineTypeSpecifies the type of line used to render the ticks.

Strokelink

Specifies the color of the ticks lines.

Declaration
public string Stroke { get; set; }
Property Value
Type Description
stringSpecifies the color of the ticks lines.

StrokeWidthlink

Specifies the width of the tick lines. Set to 1 by default.

Declaration
public double StrokeWidth { get; set; }
Property Value
Type Description
doubleSpecifies the width of the tick lines. Set to 1 by default.

Templatelink

Gets or sets the template.

Declaration
public RenderFragment<TickTemplateContext> Template { get; set; }
Property Value
Type Description
RenderFragment<TickTemplateContext>Gets or sets the template.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙