Class TextLocationBuilder
Class for text location builder.
Inheritance
System.Object
TextLocationBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.DataVisualization
Assembly: Syncfusion.EJ.dll
Syntax
public class TextLocationBuilder
Constructors
TextLocationBuilder(Indicators)
Initializes a new instance of the TextLocationBuilder class to indicate the text location indicator.
Declaration
public TextLocationBuilder(Indicators textLocation)
Parameters
Type | Name | Description |
---|---|---|
Indicators | textLocation | The text location. |
Methods
X(Int32)
xes the specified x.
Declaration
public TextLocationBuilder X(int x)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | x | The x. |
Returns
Type | Description |
---|---|
TextLocationBuilder |
Y(Int32)
ies the specified y.
Declaration
public TextLocationBuilder Y(int y)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | y | The y. |
Returns
Type | Description |
---|---|
TextLocationBuilder |