Class EqualColorMapping
Represents EqualColorMapping. To render this, create an instance of the EqualColorMapping class, and set required properties.
Inherited Members
Namespace: Syncfusion.SfMaps.XForms
Assembly: Syncfusion.SfMaps.XForms.dll
Syntax
public class EqualColorMapping : ColorMapping
Constructors
EqualColorMapping()
Initializes a new instance of the EqualColorMapping class. Using this instance, you can set a value for required properties of color mapping.
Declaration
public EqualColorMapping()
Fields
ValueProperty
Gets or sets the ColorMapping property value to maps. It applies the color for shapes based on underlying value.
Declaration
public static readonly BindableProperty ValueProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
Value
Gets or sets the ColorMapping value to maps. It applies the color for shapes based on underlying value.
Declaration
public string Value { get; set; }
Property Value
Type |
---|
System.String |