Class TreeMapMarginBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
TreeMapMarginBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class TreeMapMarginBuilder : ControlBuilder
Constructors
TreeMapMarginBuilder()
Declaration
public TreeMapMarginBuilder()
TreeMapMarginBuilder(TreeMapMargin)
Declaration
public TreeMapMarginBuilder(TreeMapMargin model)
Parameters
Methods
Bottom(Double)
Sets and gets the bottom margin for the treemap.
Declaration
public TreeMapMarginBuilder Bottom(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
Left(Double)
Sets and gets the left margin for the treemap.
Declaration
public TreeMapMarginBuilder Left(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
Right(Double)
Sets and gets the right margin for the treemap.
Declaration
public TreeMapMarginBuilder Right(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
Top(Double)
Sets and gets the top margin for the treemap.
Declaration
public TreeMapMarginBuilder Top(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns