Class AnnotationsMarginBuilder
Inheritance
System.Object
AnnotationsMarginBuilder
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
Assembly: Syncfusion.EJ.dll
Syntax
public class AnnotationsMarginBuilder
Constructors
AnnotationsMarginBuilder(AnnotationMargin)
Declaration
public AnnotationsMarginBuilder(AnnotationMargin margin)
Parameters
Type | Name | Description |
---|---|---|
AnnotationMargin | margin |
Methods
Bottom(Double)
Declaration
public AnnotationsMarginBuilder Bottom(double bottom)
Parameters
Type | Name | Description |
---|---|---|
System.Double | bottom |
Returns
Type | Description |
---|---|
AnnotationsMarginBuilder |
Left(Double)
Declaration
public AnnotationsMarginBuilder Left(double left)
Parameters
Type | Name | Description |
---|---|---|
System.Double | left |
Returns
Type | Description |
---|---|
AnnotationsMarginBuilder |
Right(Double)
Declaration
public AnnotationsMarginBuilder Right(double right)
Parameters
Type | Name | Description |
---|---|---|
System.Double | right |
Returns
Type | Description |
---|---|
AnnotationsMarginBuilder |
Top(Double)
Declaration
public AnnotationsMarginBuilder Top(double top)
Parameters
Type | Name | Description |
---|---|---|
System.Double | top |
Returns
Type | Description |
---|---|
AnnotationsMarginBuilder |