Class SankeyContainerPaddingBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
SankeyContainerPaddingBuilder
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 SankeyContainerPaddingBuilder : ControlBuilder
Constructors
SankeyContainerPaddingBuilder()
Declaration
public SankeyContainerPaddingBuilder()
SankeyContainerPaddingBuilder(SankeyContainerPadding)
Declaration
public SankeyContainerPaddingBuilder(SankeyContainerPadding model)
Parameters
| Type | Name | Description |
|---|---|---|
| SankeyContainerPadding | model |
Methods
Bottom(Double)
Defines the bottom padding for the legend container in pixels.
Declaration
public SankeyContainerPaddingBuilder Bottom(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| SankeyContainerPaddingBuilder |
Left(Double)
Defines the left padding for the legend container in pixels.
Declaration
public SankeyContainerPaddingBuilder Left(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| SankeyContainerPaddingBuilder |
Right(Double)
Defines the right padding for the legend container in pixels.
Declaration
public SankeyContainerPaddingBuilder Right(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| SankeyContainerPaddingBuilder |
Top(Double)
Defines the top padding for the legend container in pixels.
Declaration
public SankeyContainerPaddingBuilder Top(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| SankeyContainerPaddingBuilder |