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.Maps
Assembly: Syncfusion.Maps.Windows.dll
Syntax
public class Legend
Constructors
Legend()
Declaration
public Legend()
Properties
Fill
Gets the fill color of the legend.
Declaration
public Brush Fill { get; }
Property Value
Type |
---|
System.Drawing.Brush |
Height
Gets the height of the legend.
Declaration
public int Height { get; }
Property Value
Type |
---|
System.Int32 |
LegendLabel
Gets or sets the legend label.
Declaration
public string LegendLabel { get; set; }
Property Value
Type |
---|
System.String |
Mapping
Gets or sets the mapping object value.
Declaration
public object Mapping { get; set; }
Property Value
Type |
---|
System.Object |
Width
Gets the width of the legend.
Declaration
public int Width { get; }
Property Value
Type |
---|
System.Int32 |