Class TreeMapGroupColorMapping
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.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class TreeMapGroupColorMapping : EJTagHelper
Constructors
TreeMapGroupColorMapping()
Declaration
public TreeMapGroupColorMapping()
Properties
Color
Declaration
[JsonProperty("color")]
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GroupID
Declaration
[JsonProperty("groupID")]
public string GroupID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TreeMapDesaturationColorMapping
Declaration
[HtmlAttributeName("desaturationColorMapping")]
public TreeMapDesaturationColorMapping TreeMapDesaturationColorMapping { get; set; }
Property Value
Type | Description |
---|---|
TreeMapDesaturationColorMapping |
TreeMapPaletteColorMapping
Declaration
[HtmlAttributeName("paletteColorMapping")]
public TreeMapPaletteColorMapping TreeMapPaletteColorMapping { get; set; }
Property Value
Type | Description |
---|---|
TreeMapPaletteColorMapping |
TreeMapRangeColorMappings
Declaration
[HtmlAttributeName("rangeColorMapping")]
public List<TreeMapRangeColorMapping> TreeMapRangeColorMappings { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<TreeMapRangeColorMapping> |
TreeMapUniColorMapping
Declaration
[HtmlAttributeName("uniColorMapping")]
public TreeMapUniColorMapping TreeMapUniColorMapping { get; set; }
Property Value
Type | Description |
---|---|
TreeMapUniColorMapping |