menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextLocationBuilder

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved