Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class TickTemplateContext

    Class TickTemplateContext.

    Inheritance
    object
    TickTemplateContext
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Radzen.Blazor
    Assembly: Radzen.Blazor.dll
    Syntax
    public class TickTemplateContext

    Constructors

    TickTemplateContext()

    Class TickTemplateContext.

    Declaration
    public TickTemplateContext()

    Properties

    Text

    Gets or sets the text.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    string

    The text.

    Value

    Gets or sets the value.

    Declaration
    public object Value { get; set; }
    Property Value
    Type Description
    object

    The value.

    X

    Gets or sets the x.

    Declaration
    public double X { get; set; }
    Property Value
    Type Description
    double

    The x.

    Y

    Gets or sets the y.

    Declaration
    public double Y { get; set; }
    Property Value
    Type Description
    double

    The y.

    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