Class LegendLocation
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 LegendLocation : EJTagHelper
Constructors
LegendLocation()
Declaration
public LegendLocation()
Properties
X
Declaration
[JsonProperty("x")]
public double? X { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
Y
Declaration
[JsonProperty("y")]
public double? Y { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |