Class TickTemplateContext
Class TickTemplateContext.
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class TickTemplateContextConstructors
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. |