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 |
---|
CoreGraphics.CGSize |
LabelStyle
Gets or sets the label style.
Declaration
public SFStyle LabelStyle { get; set; }
Property Value
Type |
---|
SFStyle |
LegendPosition
Gets or sets the legend position.
Declaration
public SFTreeMapLegendPosition LegendPosition { get; set; }
Property Value
Type |
---|
SFTreeMapLegendPosition |
LegendType
Gets or sets the type of the legend.
Declaration
public SFTreeMapLegendIcon LegendType { get; set; }
Property Value
Type |
---|
SFTreeMapLegendIcon |
ShowLegend
Gets or sets a value indicating whether legend to display or not
Declaration
public bool ShowLegend { get; set; }
Property Value
Type |
---|
System.Boolean |
Size
Gets or sets the size of the legend layer.
Declaration
public CGSize Size { get; set; }
Property Value
Type |
---|
CoreGraphics.CGSize |