Class SankeyMarginBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
SankeyMarginBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class SankeyMarginBuilder : ControlBuilder
Constructors
SankeyMarginBuilder()
Declaration
public SankeyMarginBuilder()
SankeyMarginBuilder(SankeyMargin)
Declaration
public SankeyMarginBuilder(SankeyMargin model)
Parameters
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
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
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
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