menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class Range

    Class implementation for Range

    Inheritance
    System.Object
    ColorMapping
    Range
    Namespace: Com.Syncfusion.Treemap
    Assembly: Syncfusion.SfTreeMap.Android.dll
    Syntax
    public class Range : ColorMapping

    Constructors

    Range()

    Declaration
    public Range()

    Properties

    Color

    Gets or sets the color.

    Declaration
    public int Color { get; set; }
    Property Value
    Type
    System.Int32

    From

    Gets or sets start value of the Source object.

    Declaration
    public double From { get; set; }
    Property Value
    Type
    System.Double

    LegendLabel

    Gets or sets label for legend.

    Declaration
    public string LegendLabel { get; set; }
    Property Value
    Type
    System.String

    To

    Gets or sets end value of the Source object.

    Declaration
    public double To { get; set; }
    Property Value
    Type
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved