menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class RangeColorMapping

    Class implementation of range color mapping

    Inheritance
    System.Object
    ColorMapping
    RangeColorMapping
    Inherited Members
    ColorMapping.Color
    ColorMapping.LegendLabel
    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

    Overrides
    ColorMapping.Validate(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved