Xamarin.Android

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

    Show / Hide Table of Contents

    Class LegendSetting

    Class implementation for LegendSetting

    Inheritance
    System.Object
    LegendSetting
    Namespace: Com.Syncfusion.Treemap
    Assembly: Syncfusion.SfTreeMap.Android.dll
    Syntax
    public class LegendSetting : Object

    Constructors

    LegendSetting()

    Initializes a new instance of the LegendSetting class.

    Declaration
    public LegendSetting()

    Properties

    IconSize

    Gets or sets Size of legend icon.

    Declaration
    public Size IconSize { get; set; }
    Property Value
    Type Description
    Size

    LabelStyle

    Gets or sets style for the legend label.

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

    LegendAlignment

    Gets or sets alignment of legend.

    Declaration
    public LegendAlignment LegendAlignment { get; set; }
    Property Value
    Type Description
    LegendAlignment

    LegendBackground

    Gets or sets background of legend.

    Declaration
    public int LegendBackground { get; set; }
    Property Value
    Type Description
    System.Int32

    LegendIcon

    Gets or sets type of legend icon.

    Declaration
    public LegendIcon LegendIcon { get; set; }
    Property Value
    Type Description
    LegendIcon

    LegendPosition

    Gets or sets position of legend.

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

    LegendSize

    Gets or sets size of legend.

    Declaration
    public Size LegendSize { get; set; }
    Property Value
    Type Description
    Size

    ShowLegend

    Gets or sets a value indicating whether to show legend or not.

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