Class TickTemplateContext
Class TickTemplateContext.
Inheritance
System.Object
TickTemplateContext
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class TickTemplateContext : object
Properties
Text
Gets or sets the text.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | The text. |
Value
Gets or sets the value.
Declaration
public object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The value. |
X
Gets or sets the x.
Declaration
public double X { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The x. |
Y
Gets or sets the y.
Declaration
public double Y { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The y. |