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()
Assembly: Syncfusion.EJ.dll
Syntax
public class TreeMapDesaturationColorMappingBuilder
Constructors
TreeMapDesaturationColorMappingBuilder(TreeMapDesaturationColorMapping, TreeMapGroupColorMapping)
Declaration
public TreeMapDesaturationColorMappingBuilder(TreeMapDesaturationColorMapping colorMapping, TreeMapGroupColorMapping groupMappings)
Parameters
TreeMapDesaturationColorMappingBuilder(TreeMapDesaturationColorMapping, TreeMapProperties)
Declaration
public TreeMapDesaturationColorMappingBuilder(TreeMapDesaturationColorMapping colorMapping, TreeMapProperties treeMapProperties)
Parameters
Fields
groupMapping
Declaration
public TreeMapGroupColorMapping groupMapping
Field Value
mapProperties
Declaration
public TreeMapProperties mapProperties
Field Value
treeMapDesaturationColorMapping
Declaration
public TreeMapDesaturationColorMapping treeMapDesaturationColorMapping
Field Value
Methods
Color(String)
Declaration
public TreeMapDesaturationColorMappingBuilder Color(string color)
Parameters
Type |
Name |
Description |
System.String |
color |
|
Returns
From(Double)
Declaration
public TreeMapDesaturationColorMappingBuilder From(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
RangeMaximum(Double)
Declaration
public TreeMapDesaturationColorMappingBuilder RangeMaximum(double rangeMaximum)
Parameters
Type |
Name |
Description |
System.Double |
rangeMaximum |
|
Returns
RangeMinimum(Double)
Declaration
public TreeMapDesaturationColorMappingBuilder RangeMinimum(double rangeMinimum)
Parameters
Type |
Name |
Description |
System.Double |
rangeMinimum |
|
Returns
To(Double)
Declaration
public TreeMapDesaturationColorMappingBuilder To(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns