Class ChartMarginBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
ChartMarginBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.AspNetMvc.Charts.dll
Syntax
public class ChartMarginBuilder : ControlBuilder
Constructors
ChartMarginBuilder()
Declaration
public ChartMarginBuilder()
ChartMarginBuilder(ChartMargin)
Declaration
public ChartMarginBuilder(ChartMargin model)
Parameters
| Type | Name | Description |
|---|---|---|
| ChartMargin | model |
Methods
Bottom(Double)
The bottom margin of the chart, specified in pixels.
Declaration
public ChartMarginBuilder Bottom(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| ChartMarginBuilder |
Left(Double)
The left margin of the chart, specified in pixels.
Declaration
public ChartMarginBuilder Left(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| ChartMarginBuilder |
Right(Double)
The right margin of the chart, specified in pixels.
Declaration
public ChartMarginBuilder Right(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| ChartMarginBuilder |
Top(Double)
The top margin of the chart, specified in pixels.
Declaration
public ChartMarginBuilder Top(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| ChartMarginBuilder |