menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class TreeMapGroupColorMappingBuilder

    Inheritance
    System.Object
    TreeMapGroupColorMappingBuilder
    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 TreeMapGroupColorMappingBuilder

    Constructors

    TreeMapGroupColorMappingBuilder(TreeMapGroupColorMapping, TreeMapProperties)

    Declaration
    public TreeMapGroupColorMappingBuilder(TreeMapGroupColorMapping colorMapping, TreeMapProperties treeMapProperties)
    Parameters
    Type Name Description
    TreeMapGroupColorMapping colorMapping
    TreeMapProperties treeMapProperties

    Fields

    mapProperties

    Declaration
    public TreeMapProperties mapProperties
    Field Value
    Type Description
    TreeMapProperties

    treeMapGroupColorMapping

    Declaration
    public TreeMapGroupColorMapping treeMapGroupColorMapping
    Field Value
    Type Description
    TreeMapGroupColorMapping

    Methods

    Add()

    Declaration
    public void Add()

    GroupID(String)

    Declaration
    public TreeMapGroupColorMappingBuilder GroupID(string groupID)
    Parameters
    Type Name Description
    System.String groupID
    Returns
    Type Description
    TreeMapGroupColorMappingBuilder

    TreeMapDesaturationColorMapping(Action<TreeMapDesaturationColorMappingBuilder>)

    Declaration
    public TreeMapGroupColorMappingBuilder TreeMapDesaturationColorMapping(Action<TreeMapDesaturationColorMappingBuilder> desaturationcolormapping)
    Parameters
    Type Name Description
    System.Action<TreeMapDesaturationColorMappingBuilder> desaturationcolormapping
    Returns
    Type Description
    TreeMapGroupColorMappingBuilder

    TreeMapPaletteColorMappingMapping(Action<TreeMapPaletteColorMappingBuilder>)

    Declaration
    public TreeMapGroupColorMappingBuilder TreeMapPaletteColorMappingMapping(Action<TreeMapPaletteColorMappingBuilder> palettecolormapping)
    Parameters
    Type Name Description
    System.Action<TreeMapPaletteColorMappingBuilder> palettecolormapping
    Returns
    Type Description
    TreeMapGroupColorMappingBuilder

    TreeMapRangeColorMappings(Action<TreeMapRangeColorMappingBuilder>)

    Declaration
    public TreeMapGroupColorMappingBuilder TreeMapRangeColorMappings(Action<TreeMapRangeColorMappingBuilder> rangecolormapping)
    Parameters
    Type Name Description
    System.Action<TreeMapRangeColorMappingBuilder> rangecolormapping
    Returns
    Type Description
    TreeMapGroupColorMappingBuilder

    TreeMapUniColorMapping(Action<TreeMapUniColorMappingBuilder>)

    Declaration
    public TreeMapGroupColorMappingBuilder TreeMapUniColorMapping(Action<TreeMapUniColorMappingBuilder> unicolormapping)
    Parameters
    Type Name Description
    System.Action<TreeMapUniColorMappingBuilder> unicolormapping
    Returns
    Type Description
    TreeMapGroupColorMappingBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved