Class DesaturationColorMapping
Represents the treemap desaturation color mapping class DesaturationColorMapping class.
Namespace: Com.Syncfusion.Treemap
Assembly: Syncfusion.SfTreeMap.Android.dll
Syntax
public class DesaturationColorMapping : ColorMapping
Constructors
DesaturationColorMapping()
Declaration
public DesaturationColorMapping()
Properties
Color
Gets or sets the color.
Declaration
public int Color { get; set; }
Property Value
Type |
---|
System.Int32 |
From
Gets or sets start value of the Source object.
Declaration
public double From { get; set; }
Property Value
Type |
---|
System.Double |
To
Gets or sets end value of the Source object.
Declaration
public double To { get; set; }
Property Value
Type |
---|
System.Double |