Class Range
Represent range. To render this, create an instance of the Range class, and set required properties.
Inheritance
Namespace: Syncfusion.SfTreeMap.XForms
Assembly: Syncfusion.SfTreeMap.XForms.dll
Syntax
public class Range : BindableObject
Constructors
Range()
Initializes a new instance of the Range class.
Declaration
public Range()
Fields
ColorProperty
Gets or sets the color value for range. This is used to set color for each range. This a bindable property.
Declaration
public static readonly BindableProperty ColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
FromProperty
Gets or sets the From value for Range. The From value is used to point where the range starts. This is a bindable property.
Declaration
public static readonly BindableProperty FromProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
LegendLabelProperty
Gets or sets the legend label for the tree map. This is used to describe about the range values. This is a bindable property.
Declaration
public static readonly BindableProperty LegendLabelProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
ToProperty
Gets or sets the To value for Range. The To value is used to point where the range ends. This is a bindable property.
Declaration
public static readonly BindableProperty ToProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
Color
Gets or sets the Color value for range. This is used to set color for each range. This a bindable property.
Declaration
public Color Color { get; set; }
Property Value
Type |
---|
Xamarin.Forms.Color |
From
Gets or sets the From value for Range. The From value is used to point where the range starts. This is a bindable property.
Declaration
public double From { get; set; }
Property Value
Type |
---|
System.Double |
LegendLabel
Gets or sets the legend label for the tree map. This is used to describe about the range values. This is a bindable property.
Declaration
public string LegendLabel { get; set; }
Property Value
Type |
---|
System.String |
To
Gets or sets the To value for Range. The To value is used to point where the range ends. This is a bindable property.
Declaration
public double To { get; set; }
Property Value
Type |
---|
System.Double |