menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RangeColorMapping - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RangeColorMapping

    Represents RangeColorMapping. To render this, create an instance of the RangeColorMapping class, and set required properties.

    Inheritance
    System.Object
    ColorMapping
    RangeColorMapping
    Inherited Members
    ColorMapping.Color
    ColorMapping.ColorProperty
    ColorMapping.LegendLabel
    ColorMapping.LegendLabelProperty
    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
    In This Article
    • Constructors
      • RangeColorMapping()
    • Fields
      • FromProperty
      • ToProperty
    • Properties
      • From
      • To
    Was this page helpful? Yes No
    Thank you for your feedback!
    Thank you for your feedback and comments. We will rectify this as soon as possible!
    An unknown error has occurred. Please try again.
    SEND FEEDBACK REGARDING THIS TOPIC

    Please provide additional information

    Please provide additional information

    Please provide additional information

    Please provide additional information
    Please provide additional information
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved