Class TextLocation
Inheritance
System.Object
TextLocation
Namespace: Syncfusion.Blazor.DataVizCommon
Assembly: Syncfusion.Blazor.dll
Syntax
public class TextLocation : Object
Constructors
TextLocation(String, Double)
Declaration
public TextLocation(string text, double y)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | text | |
| System.Double | y |
Properties
Text
Declaration
public string Text { get; set; }
Property Value
| Type |
|---|
| System.String |
Y
Declaration
public double Y { get; set; }
Property Value
| Type |
|---|
| System.Double |