Class TickTemplateContext.
Object
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public class TickTemplateContextGets or sets the text.
public string Text { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the text. |
Gets or sets the value.
public object Value { get; set; }
| Type | Description |
|---|---|
| object | Gets or sets the value. |
Gets or sets the x.
public double X { get; set; }
| Type | Description |
|---|---|
| double | Gets or sets the x. |
Gets or sets the y.
public double Y { get; set; }
| Type | Description |
|---|---|
| double | Gets or sets the y. |