Class AnnotationMargin
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 AnnotationMargin : EJTagHelper
Constructors
AnnotationMargin()
Declaration
public AnnotationMargin()
Properties
Bottom
Gets or sets the bottom margin value in annotation, to place annotation from chart margin bottom position.
Declaration
[JsonProperty("bottom")]
public double Bottom { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
Annotation is placed at the specified value above its original position.
Left
Gets or sets the left margin value in annotation, to place annotation from chart margin left position.
Declaration
[JsonProperty("left")]
public double Left { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
Annotation is placed at the specified value from left side of its original position.
Right
Gets or sets the right margin value in annotation, to place annotation from chart margin right position.
Declaration
[JsonProperty("right")]
public double Right { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
Annotation is placed at the specified value from the right side of its original position.
Top
Gets or sets the top margin value in annotation, to place annotation from chart margin top position.
Declaration
[JsonProperty("top")]
public double Top { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
Annotation is placed at the specified value under its original position.