Class TemplateData
Represents the data template for chart points.
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class TemplateData : Object
Constructors
TemplateData()
Declaration
public TemplateData()
Properties
Text
Gets or sets the text for the point.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the value as object. The default value is null. |
X
Gets or sets the x value for the point.
Declaration
public object X { get; set; }
Property Value
Type | Description |
---|---|
System.Object | Accepts the value as object. The default value is null. |
Y
Gets or sets the y value for the point.
Declaration
public object Y { get; set; }
Property Value
Type | Description |
---|---|
System.Object | Accepts the value as object. The default value is null. |