Table of Contents

Class RadzenTicks

Namespace
Radzen.Blazor
Assembly
Radzen.Blazor.dll

Tick configuration of IChartAxis.

public class RadzenTicks : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance
RadzenTicks
Implements
Inherited Members

Constructors

RadzenTicks()

public RadzenTicks()

Properties

ChartAxis

The axis which this configuration applies to.

[CascadingParameter]
public AxisBase ChartAxis { set; }

Property Value

AxisBase

LineType

Specifies the type of line used to render the ticks.

[Parameter]
public LineType LineType { get; set; }

Property Value

LineType

Stroke

Specifies the color of the ticks lines.

[Parameter]
public string Stroke { get; set; }

Property Value

string

StrokeWidth

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

[Parameter]
public double StrokeWidth { get; set; }

Property Value

double

Template

Gets or sets the template.

[Parameter]
public RenderFragment<TickTemplateContext> Template { get; set; }

Property Value

RenderFragment<TickTemplateContext>

The template.