Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SFLegendSetting

    Class implementation for SFLegendSetting

    Inheritance
    System.Object
    SFLegendSetting
    Namespace: Syncfusion.SfTreeMap.iOS
    Assembly: Syncfusion.SfTreeMap.iOS.dll
    Syntax
    public class SFLegendSetting : NSObject

    Constructors

    SFLegendSetting()

    Initializes a new instance of the SFLegendSetting class.

    Declaration
    public SFLegendSetting()

    Properties

    IconSize

    Gets or sets the size of the icon.

    Declaration
    public CGSize IconSize { get; set; }
    Property Value
    Type Description
    CoreGraphics.CGSize

    LabelStyle

    Gets or sets the label style.

    Declaration
    public SFStyle LabelStyle { get; set; }
    Property Value
    Type Description
    SFStyle

    LegendPosition

    Gets or sets the legend position.

    Declaration
    public SFTreeMapLegendPosition LegendPosition { get; set; }
    Property Value
    Type Description
    SFTreeMapLegendPosition

    LegendType

    Gets or sets the type of the legend.

    Declaration
    public SFTreeMapLegendIcon LegendType { get; set; }
    Property Value
    Type Description
    SFTreeMapLegendIcon

    ShowLegend

    Gets or sets a value indicating whether legend to display or not

    Declaration
    public bool ShowLegend { get; set; }
    Property Value
    Type Description
    System.Boolean

    Size

    Gets or sets the size of the legend layer.

    Declaration
    public CGSize Size { get; set; }
    Property Value
    Type Description
    CoreGraphics.CGSize
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved