Class SFRange
Class implementation for SFRange
Inheritance
System.Object
SFRange
Namespace: Syncfusion.SfTreeMap.iOS
Assembly: Syncfusion.SfTreeMap.iOS.dll
Syntax
public class SFRange : NSObject
Constructors
SFRange()
Declaration
public SFRange()
Properties
Color
Gets or sets the color.
Declaration
public UIColor Color { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
From
Gets or sets the starting value of the source object.
Declaration
public nfloat From { get; set; }
Property Value
Type |
---|
System.nfloat |
LegendLabel
Gets or sets the legend label.
Declaration
public NSString LegendLabel { get; set; }
Property Value
Type |
---|
Foundation.NSString |
To
Gets or sets the end value of the source object.
Declaration
public nfloat To { get; set; }
Property Value
Type |
---|
System.nfloat |