Table of Contents

Class TickTemplateContext

Namespace
Radzen.Blazor
Assembly
Radzen.Blazor.dll

Class TickTemplateContext.

public class TickTemplateContext
Inheritance
TickTemplateContext
Inherited Members

Constructors

TickTemplateContext()

public TickTemplateContext()

Properties

Text

Gets or sets the text.

public string Text { get; set; }

Property Value

string

The text.

Value

Gets or sets the value.

public object Value { get; set; }

Property Value

object

The value.

X

Gets or sets the x.

public double X { get; set; }

Property Value

double

The x.

Y

Gets or sets the y.

public double Y { get; set; }

Property Value

double

The y.