Class Location
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.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.