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