Class DistanceFromScale
Class for distance from scale.
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 DistanceFromScale : EJTagHelper
Constructors
DistanceFromScale()
Declaration
public DistanceFromScale()
Properties
X
Gets or sets the X.
Declaration
[JsonProperty("x")]
public double X { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Specifies the value for X. |
Y
Gets or sets the Y.
Declaration
[JsonProperty("y")]
public double Y { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Specifies the value for Y. |