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