Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    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.

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT