Class TreeMapColorMapping
Inheritance
System.Object
TreeMapColorMapping
Assembly: Syncfusion.EJ2.dll
Syntax
public class TreeMapColorMapping : EJTagHelper
Constructors
TreeMapColorMapping()
Declaration
public TreeMapColorMapping()
Properties
Color
Sets and gets the color for the color-mapping in treemap.
Declaration
public object Color { get; set; }
Property Value
Type |
Description |
System.Object |
|
From
Sets and gets the value from which the range of color mapping starts.
Declaration
public double From { get; set; }
Property Value
Type |
Description |
System.Double |
|
IsChild
Declaration
protected override bool IsChild { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Label
Sets and gets the label text for the legend based on color mapping.
Declaration
public string Label { get; set; }
Property Value
Type |
Description |
System.String |
|
MaxOpacity
Sets and gets the maximum opacity for the color-mapping in the treemap component.
Declaration
public double MaxOpacity { get; set; }
Property Value
Type |
Description |
System.Double |
|
MinOpacity
Sets and gets the minimum opacity for the color-mapping in the treemap component.
Declaration
public double MinOpacity { get; set; }
Property Value
Type |
Description |
System.Double |
|
ShowLegend
Enables or disables the visibility of the legend for color mapping in the treemap component.
Declaration
public bool ShowLegend { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
To
Sets and gets the value to which the range of color mapping ends.
Declaration
public double To { get; set; }
Property Value
Type |
Description |
System.Double |
|
Value
Sets and gets the value for the color-mapping from the data source.
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|