menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class Location

    Inheritance
    System.Object
    EJTagHelper
    Location
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class Location : EJTagHelper

    Constructors

    Location()

    Declaration
    public Location()

    Properties

    x

    Gets or sets the X value of legend location, which positions legend in chart based on specified x value.

    Declaration
    [JsonProperty("x")]
    public int x { get; set; }
    Property Value
    Type Description
    System.Int32
    Remarks

    X value or horizontal offset to position the legend in chart.

    y

    Gets or sets the Y value of legend location, which positions legend in chart based on specified y value.

    Declaration
    [JsonProperty("y")]
    public int y { get; set; }
    Property Value
    Type Description
    System.Int32
    Remarks

    Y value or vertical offset to position the legend.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved