Class RadzenTicks
Tick configuration of IChartAxis.
Inheritance
System.Object
RadzenTicks
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenTicks : ComponentBase
Properties
ChartAxis
The axis which this configuration applies to.
Declaration
public AxisBase ChartAxis { set; }
Property Value
Type | Description |
---|---|
AxisBase |
LineType
Specifies the type of line used to render the ticks.
Declaration
public LineType LineType { get; set; }
Property Value
Type | Description |
---|---|
LineType |
Stroke
Specifies the color of the ticks lines.
Declaration
public string Stroke { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StrokeWidth
Specifies the width of the tick lines. Set to 1
by default.
Declaration
public double StrokeWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Template
Gets or sets the template.
Declaration
public RenderFragment<TickTemplateContext> Template { get; set; }
Property Value
Type | Description |
---|---|
RenderFragment<TickTemplateContext> | The template. |