Table of Contents

Class Tick

Namespace
Radzen.Blazor.Rendering
Assembly
Radzen.Blazor.dll

Base component for all chart ticks.

public abstract class Tick : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance
Tick
Implements
Derived
Inherited Members

Constructors

Tick()

protected Tick()

Properties

ChildContent

Gets or sets the child content.

[Parameter]
public RenderFragment ChildContent { get; set; }

Property Value

RenderFragment

LineType

Gets or sets the type of the line used to display the tick.

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

Property Value

LineType

Stroke

Gets or sets the stroke (line color) of the tick.

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

Property Value

string

StrokeWidth

Gets or sets the pixel width of the tick.

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

Property Value

double

Text

Gets or sets the text of the tick.

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

Property Value

string

X

Gets or sets the X coordinate.

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

Property Value

double

Y

Gets or sets the Y coordinate.

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

Property Value

double