Class TreeMapLegendBuilder
Inheritance
System.Object
TreeMapLegendBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.EJ.dll
Syntax
public class TreeMapLegendBuilder
Constructors
TreeMapLegendBuilder(TreeMapLegend, TreeMapProperties)
Declaration
public TreeMapLegendBuilder(TreeMapLegend treeMapLegend, TreeMapProperties treeMapProperties)
Parameters
Fields
mapProperties
Declaration
public TreeMapProperties mapProperties
Field Value
treeMapLegend
Declaration
public TreeMapLegend treeMapLegend
Field Value
Methods
Alignment(TreeMapAlignment)
Declaration
public TreeMapLegendBuilder Alignment(TreeMapAlignment alignment)
Parameters
Returns
ColumnCount(Int32)
Declaration
public TreeMapLegendBuilder ColumnCount(int columnCount)
Parameters
| Type |
Name |
Description |
| System.Int32 |
columnCount |
|
Returns
DockPosition(TreeMapDockPosition)
Declaration
public TreeMapLegendBuilder DockPosition(TreeMapDockPosition dockPosition)
Parameters
Returns
Height(Double)
Declaration
public TreeMapLegendBuilder Height(double height)
Parameters
| Type |
Name |
Description |
| System.Double |
height |
|
Returns
IconHeight(Double)
Declaration
public TreeMapLegendBuilder IconHeight(double iconHeight)
Parameters
| Type |
Name |
Description |
| System.Double |
iconHeight |
|
Returns
IconWidth(Double)
Declaration
public TreeMapLegendBuilder IconWidth(double iconWidth)
Parameters
| Type |
Name |
Description |
| System.Double |
iconWidth |
|
Returns
LeftLabel(String)
Declaration
public TreeMapLegendBuilder LeftLabel(string legendLeftLabel)
Parameters
| Type |
Name |
Description |
| System.String |
legendLeftLabel |
|
Returns
Mode(LegendMode)
Declaration
public TreeMapLegendBuilder Mode(LegendMode legendMode)
Parameters
Returns
RightLabel(String)
Declaration
public TreeMapLegendBuilder RightLabel(string legendRightLabel)
Parameters
| Type |
Name |
Description |
| System.String |
legendRightLabel |
|
Returns
Template(String)
Declaration
public TreeMapLegendBuilder Template(string template)
Parameters
| Type |
Name |
Description |
| System.String |
template |
|
Returns
Title(String)
Declaration
public TreeMapLegendBuilder Title(string legendTitle)
Parameters
| Type |
Name |
Description |
| System.String |
legendTitle |
|
Returns
Width(Double)
Declaration
public TreeMapLegendBuilder Width(double width)
Parameters
| Type |
Name |
Description |
| System.Double |
width |
|
Returns