Class LegendSettings
Class which represents the legend settings.
Inheritance
System.Object
LegendSettings
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.TreeMap
Assembly: Syncfusion.TreeMap.Windows.dll
Syntax
public class LegendSettings
Constructors
LegendSettings()
Initializes a new instance of the LegendSettings class.
Declaration
public LegendSettings()
Properties
EndLabel
Gets or sets the End label of legend.
Declaration
public string EndLabel { get; set; }
Property Value
Type |
---|
System.String |
LegendGap
Gets or sets the Gap between legends.
Declaration
public int LegendGap { get; set; }
Property Value
Type |
---|
System.Int32 |
LegendMode
Gets or sets the Legend mode.
Declaration
public LegendMode LegendMode { get; set; }
Property Value
Type |
---|
LegendMode |
LegendPosition
Gets or sets the Legend position.
Declaration
public LegendPositions LegendPosition { get; set; }
Property Value
Type |
---|
LegendPositions |
LegendType
Gets or sets the type of legends.
Declaration
public LegendTypes LegendType { get; set; }
Property Value
Type |
---|
LegendTypes |
Positions
Gets or sets the Legend mode.
Declaration
public Position Positions { get; set; }
Property Value
Type |
---|
Position |
PositionX
Gets or sets the x position for legend.
Declaration
public double PositionX { get; set; }
Property Value
Type |
---|
System.Double |
PositionY
Gets or sets the y position for legend.
Declaration
public double PositionY { get; set; }
Property Value
Type |
---|
System.Double |
ShowLegend
Gets or sets a value indicating whether the legend is enabled or not.
Declaration
public bool ShowLegend { get; set; }
Property Value
Type |
---|
System.Boolean |
Size
Gets or sets the size of legends.
Declaration
public Size Size { get; set; }
Property Value
Type |
---|
System.Drawing.Size |
StartLabel
Gets or sets the start label of legend.
Declaration
public string StartLabel { get; set; }
Property Value
Type |
---|
System.String |
Title
Gets or sets the Legend Title.
Declaration
public string Title { get; set; }
Property Value
Type |
---|
System.String |