Class MapsColorMapping
Sets and gets the colormapping for the maps control.
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public class MapsColorMapping : OwningComponentBase
Constructors
MapsColorMapping()
Declaration
public MapsColorMapping()
Properties
Color
Gets or sets the color for the color-mapping in maps.
Declaration
public string[] Color { get; set; }
Property Value
Type |
---|
System.String[] |
EndRange
Gets or sets the value to where the range color-mapping ends.
Declaration
public Nullable<double> EndRange { get; set; }
Property Value
Type |
---|
System.Nullable<System.Double> |
Label
Gets or sets the label for the color-mapping from the data source in maps.
Declaration
public string Label { get; set; }
Property Value
Type |
---|
System.String |
MaxOpacity
Gets or sets the maximum opacity for the color-mapping in maps.
Declaration
public double MaxOpacity { get; set; }
Property Value
Type |
---|
System.Double |
MinOpacity
Gets or sets the minimum opacity for the color-mapping in maps.
Declaration
public double MinOpacity { get; set; }
Property Value
Type |
---|
System.Double |
ShowLegend
Gets or sets a value indicating whether or not to enable the visibility state of legend for the color-mapping shapes in maps.
Declaration
public bool ShowLegend { get; set; }
Property Value
Type |
---|
System.Boolean |
StartRange
Gets or sets the value from where the range color-mapping starts.
Declaration
public Nullable<double> StartRange { get; set; }
Property Value
Type |
---|
System.Nullable<System.Double> |
Value
Gets or sets the value for the color-mapping from the data source.
Declaration
public string Value { get; set; }
Property Value
Type |
---|
System.String |