Class ColorMapping
Sets and gets for customizing the color mapping properties of the treemap component.
Namespace: Syncfusion.Blazor.TreeMap
Assembly: Syncfusion.Blazor.dll
Syntax
public class ColorMapping : OwningComponentBase
Constructors
ColorMapping()
Declaration
public ColorMapping()
Properties
Color
Sets and gets the color for the color-mapping in treemap.
Declaration
public string[] Color { get; set; }
Property Value
Type |
---|
System.String[] |
EndRange
Sets and gets the value to which the range of color mapping ends.
Declaration
public Nullable<double> EndRange { get; set; }
Property Value
Type |
---|
System.Nullable<System.Double> |
Label
Sets and gets the label text for the legend based on color mapping.
Declaration
public string Label { get; set; }
Property Value
Type |
---|
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 |
---|
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 |
---|
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 |
---|
System.Boolean |
StartRange
Sets and gets the value from which the range of color mapping starts.
Declaration
public Nullable<double> StartRange { get; set; }
Property Value
Type |
---|
System.Nullable<System.Double> |
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |