Class CircularPosition
Class for circular gauge position.
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 CircularPosition : EJTagHelper
Constructors
CircularPosition()
Declaration
public CircularPosition()
Properties
X
Gets or sets the X.
Declaration
[JsonProperty("x")]
public int X { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | Specifies value for X. |
Y
Gets or sets Y.
Declaration
[JsonProperty("y")]
public int Y { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | Specifies value for Y. |