menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class TreeMapDesaturationColorMappingBuilder

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

    Constructors

    TreeMapDesaturationColorMappingBuilder(TreeMapDesaturationColorMapping, TreeMapGroupColorMapping)

    Declaration
    public TreeMapDesaturationColorMappingBuilder(TreeMapDesaturationColorMapping colorMapping, TreeMapGroupColorMapping groupMappings)
    Parameters
    Type Name Description
    TreeMapDesaturationColorMapping colorMapping
    TreeMapGroupColorMapping groupMappings

    TreeMapDesaturationColorMappingBuilder(TreeMapDesaturationColorMapping, TreeMapProperties)

    Declaration
    public TreeMapDesaturationColorMappingBuilder(TreeMapDesaturationColorMapping colorMapping, TreeMapProperties treeMapProperties)
    Parameters
    Type Name Description
    TreeMapDesaturationColorMapping colorMapping
    TreeMapProperties treeMapProperties

    Fields

    groupMapping

    Declaration
    public TreeMapGroupColorMapping groupMapping
    Field Value
    Type Description
    TreeMapGroupColorMapping

    mapProperties

    Declaration
    public TreeMapProperties mapProperties
    Field Value
    Type Description
    TreeMapProperties

    treeMapDesaturationColorMapping

    Declaration
    public TreeMapDesaturationColorMapping treeMapDesaturationColorMapping
    Field Value
    Type Description
    TreeMapDesaturationColorMapping

    Methods

    Color(String)

    Declaration
    public TreeMapDesaturationColorMappingBuilder Color(string color)
    Parameters
    Type Name Description
    System.String color
    Returns
    Type Description
    TreeMapDesaturationColorMappingBuilder

    From(Double)

    Declaration
    public TreeMapDesaturationColorMappingBuilder From(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type Description
    TreeMapDesaturationColorMappingBuilder

    RangeMaximum(Double)

    Declaration
    public TreeMapDesaturationColorMappingBuilder RangeMaximum(double rangeMaximum)
    Parameters
    Type Name Description
    System.Double rangeMaximum
    Returns
    Type Description
    TreeMapDesaturationColorMappingBuilder

    RangeMinimum(Double)

    Declaration
    public TreeMapDesaturationColorMappingBuilder RangeMinimum(double rangeMinimum)
    Parameters
    Type Name Description
    System.Double rangeMinimum
    Returns
    Type Description
    TreeMapDesaturationColorMappingBuilder

    To(Double)

    Declaration
    public TreeMapDesaturationColorMappingBuilder To(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type Description
    TreeMapDesaturationColorMappingBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved