Class TreeMapPaletteColorMappingBuilder
Inheritance
System.Object
TreeMapPaletteColorMappingBuilder
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()
Namespace: Syncfusion.JavaScript.DataVisualization
Assembly: Syncfusion.EJ.dll
Syntax
public class TreeMapPaletteColorMappingBuilder
Constructors
TreeMapPaletteColorMappingBuilder(TreeMapPaletteColorMapping, TreeMapGroupColorMapping)
Declaration
public TreeMapPaletteColorMappingBuilder(TreeMapPaletteColorMapping colorMapping, TreeMapGroupColorMapping groupMappings)
Parameters
| Type | Name | Description |
|---|---|---|
| TreeMapPaletteColorMapping | colorMapping | |
| TreeMapGroupColorMapping | groupMappings |
TreeMapPaletteColorMappingBuilder(TreeMapPaletteColorMapping, TreeMapProperties)
Declaration
public TreeMapPaletteColorMappingBuilder(TreeMapPaletteColorMapping colorMapping, TreeMapProperties treeMapProperties)
Parameters
| Type | Name | Description |
|---|---|---|
| TreeMapPaletteColorMapping | colorMapping | |
| TreeMapProperties | treeMapProperties |
Fields
groupMapping
Declaration
public TreeMapGroupColorMapping groupMapping
Field Value
| Type | Description |
|---|---|
| TreeMapGroupColorMapping |
mapProperties
Declaration
public TreeMapProperties mapProperties
Field Value
| Type | Description |
|---|---|
| TreeMapProperties |
treeMapPaletteColorMapping
Declaration
public TreeMapPaletteColorMapping treeMapPaletteColorMapping
Field Value
| Type | Description |
|---|---|
| TreeMapPaletteColorMapping |
Methods
Color(String)
Declaration
public TreeMapPaletteColorMappingBuilder Color(string color)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | color |
Returns
| Type | Description |
|---|---|
| TreeMapPaletteColorMappingBuilder |
Colors(List<String>)
Declaration
public TreeMapPaletteColorMappingBuilder Colors(List<string> colors)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.List<System.String> | colors |
Returns
| Type | Description |
|---|---|
| TreeMapPaletteColorMappingBuilder |