Class RangeColorMapping
Represents RangeColorMapping. To render this, create an instance of the RangeColorMapping class, and set required properties.
Inherited Members
Namespace: Syncfusion.SfMaps.XForms
Assembly: Syncfusion.SfMaps.XForms.dll
Syntax
public class RangeColorMapping : ColorMapping
Constructors
RangeColorMapping()
Declaration
public RangeColorMapping()
Fields
FromProperty
Gets or sets the value for the from property. It defines the color range and color for a range, which can be specified using the Color property.
Declaration
public static readonly BindableProperty FromProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
ToProperty
Gets or sets the color range end value property. It defines the color range and color for a range, which can be specified using the Color property.
Declaration
public static readonly BindableProperty ToProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
From
Gets or sets the color range start value property. It defines the color range and color for a range, which can be specified using the Color property.
Declaration
public double From { get; set; }
Property Value
Type |
---|
System.Double |
To
Gets or sets the color range end value. It defines the color range and color for a range, which can be specified using the Color property.
Declaration
public double To { get; set; }
Property Value
Type |
---|
System.Double |