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