menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeMapGroupColorMapping

    Show / Hide Table of Contents

    Class TreeMapGroupColorMapping

    Inheritance
    System.Object
    EJTagHelper
    TreeMapGroupColorMapping
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved