Class MapsColorMapping
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
MapsColorMapping
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public class MapsColorMapping : SfBaseComponent
Constructors
MapsColorMapping()
Declaration
public MapsColorMapping()
Properties
Color
Sets and gets the color for the color-mapping in maps.
Declaration
public string[] Color { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |
EndRange
Sets and gets the value to where the range color-mapping ends.
Declaration
public Nullable<double> EndRange { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
Label
Sets and gets the label for the color-mapping from the data source in maps.
Declaration
public string Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MaxOpacity
Sets and gets the maximum opacity for the color-mapping in maps.
Declaration
public double MaxOpacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MinOpacity
Sets and gets the minimum opacity for the color-mapping in maps.
Declaration
public double MinOpacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ShowLegend
Enables or disables the visibility state of legend for the color-mapping shapes in maps.
Declaration
public bool ShowLegend { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
StartRange
Sets and gets the value from where the range color-mapping starts.
Declaration
public Nullable<double> StartRange { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<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 |