Class Offset
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 Offset : EJTagHelper
Constructors
Offset()
Declaration
public Offset()
Properties
X
Gets or sets the value for X which specifies the X value of data label offset in chart control.
Declaration
[JsonProperty("x")]
public double X { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
X value of data label offset.
Y
Gets or sets the value for Y whcih specifies the Y value of data label offset in chart.
Declaration
[JsonProperty("y")]
public double Y { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
Y value of data label offset.