Class RadzenTicks
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
LineType
Specifies the type of line used to render the ticks.
[Parameter]
public LineType LineType { get; set; }
Property Value
Stroke
Specifies the color of the ticks lines.
[Parameter]
public string Stroke { get; set; }
Property Value
StrokeWidth
Specifies the width of the tick lines. Set to 1
by default.
[Parameter]
public double StrokeWidth { get; set; }
Property Value
Template
Gets or sets the template.
[Parameter]
public RenderFragment<TickTemplateContext> Template { get; set; }
Property Value
- RenderFragment<TickTemplateContext>
The template.