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