Class Legend
Class which represent the Legend.
Inheritance
System.Object
Legend
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 Legend
Constructors
Legend()
Declaration
public Legend()
Properties
Fill
Gets the fill color.
Declaration
public Brush Fill { get; }
Property Value
Type |
---|
System.Drawing.Brush |
LegendHeight
Gets the height of treemap legends.
Declaration
public int LegendHeight { get; }
Property Value
Type |
---|
System.Int32 |
LegendLabel
Gets or sets the Legend Label.
Declaration
public string LegendLabel { get; set; }
Property Value
Type |
---|
System.String |
LegendWidth
Gets the width of treemap legends.
Declaration
public int LegendWidth { get; }
Property Value
Type |
---|
System.Int32 |