Class AccumulationChartMarginBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
AccumulationChartMarginBuilder
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 AccumulationChartMarginBuilder : ControlBuilder
Constructors
AccumulationChartMarginBuilder()
Declaration
public AccumulationChartMarginBuilder()
AccumulationChartMarginBuilder(AccumulationChartMargin)
Declaration
public AccumulationChartMarginBuilder(AccumulationChartMargin model)
Parameters
| Type | Name | Description |
|---|---|---|
| AccumulationChartMargin | model |
Methods
Bottom(Double)
The bottom margin of the chart, specified in pixels.
Declaration
public AccumulationChartMarginBuilder Bottom(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| AccumulationChartMarginBuilder |
Left(Double)
The left margin of the chart, specified in pixels.
Declaration
public AccumulationChartMarginBuilder Left(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| AccumulationChartMarginBuilder |
Right(Double)
The right margin of the chart, specified in pixels.
Declaration
public AccumulationChartMarginBuilder Right(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| AccumulationChartMarginBuilder |
Top(Double)
The top margin of the chart, specified in pixels.
Declaration
public AccumulationChartMarginBuilder Top(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| AccumulationChartMarginBuilder |