Class Range
Class implementation for 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 |