Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SFRange - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    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 Description
    UIKit.UIColor

    From

    Gets or sets the starting value of the source object.

    Declaration
    public nfloat From { get; set; }
    Property Value
    Type Description
    System.nfloat

    LegendLabel

    Gets or sets the legend label.

    Declaration
    public NSString LegendLabel { get; set; }
    Property Value
    Type Description
    Foundation.NSString

    To

    Gets or sets the end value of the source object.

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