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 |
---|
Size |
LabelStyle
Gets or sets style for the legend label.
Declaration
public Style LabelStyle { get; set; }
Property Value
Type |
---|
Style |
LegendAlignment
Gets or sets alignment of legend.
Declaration
public LegendAlignment LegendAlignment { get; set; }
Property Value
Type |
---|
LegendAlignment |
LegendBackground
Gets or sets background of legend.
Declaration
public int LegendBackground { get; set; }
Property Value
Type |
---|
System.Int32 |
LegendIcon
Gets or sets type of legend icon.
Declaration
public LegendIcon LegendIcon { get; set; }
Property Value
Type |
---|
LegendIcon |
LegendPosition
Gets or sets position of legend.
Declaration
public LegendPosition LegendPosition { get; set; }
Property Value
Type |
---|
LegendPosition |
LegendSize
Gets or sets size of legend.
Declaration
public Size LegendSize { get; set; }
Property Value
Type |
---|
Size |
ShowLegend
Gets or sets a value indicating whether to show legend or not.
Declaration
public bool ShowLegend { get; set; }
Property Value
Type |
---|
System.Boolean |