Class MapsColorMapping
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.EJ2.Maps
Assembly: Syncfusion.EJ2.dll
Syntax
public class MapsColorMapping : EJTagHelper
Constructors
MapsColorMapping()
Declaration
public MapsColorMapping()
Properties
Color
Sets and gets the color for the color-mapping in maps.
Declaration
[HtmlAttributeName("color")]
public object Color { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
From
Sets and gets the value from where the range color-mapping starts.
Declaration
[HtmlAttributeName("from")]
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 for the color-mapping from the data source in maps.
Declaration
[HtmlAttributeName("label")]
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
[HtmlAttributeName("maxOpacity")]
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
[HtmlAttributeName("minOpacity")]
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
[HtmlAttributeName("showLegend")]
public bool ShowLegend { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
To
Sets and gets the value to where the range color-mapping ends.
Declaration
[HtmlAttributeName("to")]
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
[HtmlAttributeName("value")]
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |