Class RangeColorMapping
Class implementation of range color mapping
Namespace: Com.Syncfusion.Maps
Assembly: Syncfusion.SfMaps.Android.dll
Syntax
public class RangeColorMapping : ColorMapping
Constructors
RangeColorMapping()
Declaration
public RangeColorMapping()
Properties
From
Gets or sets value for From property
Declaration
public double From { get; set; }
Property Value
Type |
---|
System.Double |
To
Gets or sets value for To property
Declaration
public double To { get; set; }
Property Value
Type |
---|
System.Double |
Methods
Validate(Object)
This method is used for validating the object
Declaration
public override bool Validate(object value)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | To set the value. |
Returns
Type | Description |
---|---|
System.Boolean | returns true when the parameter value ranges between From and To |