Class LegendSettings
Class which represent 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.Maps
Assembly: Syncfusion.Maps.Windows.dll
Syntax
public class LegendSettings
Constructors
LegendSettings()
Initializes a new instance of the LegendSettings class.
Declaration
public LegendSettings()
Properties
DockOnMap
Gets or sets a value indicating whether the legend dock on the map.
Declaration
public bool DockOnMap { get; set; }
Property Value
Type |
---|
System.Boolean |
DockPosition
Gets or sets the dock position of the legend.
Declaration
public LegendDockPosition DockPosition { get; set; }
Property Value
Type |
---|
LegendDockPosition |
EndLabel
Gets or sets the end label of the legend.
Declaration
public string EndLabel { get; set; }
Property Value
Type |
---|
System.String |
Icon
Gets or sets the legend icon type.
Declaration
public LegendIcons Icon { get; set; }
Property Value
Type |
---|
LegendIcons |
LegendMode
Gets or sets the legend mode.
Declaration
public LegendMode LegendMode { get; set; }
Property Value
Type |
---|
LegendMode |
Position
Gets or sets the legend position.
Declaration
public LegendPosition Position { get; set; }
Property Value
Type |
---|
LegendPosition |
PositionX
Gets or sets the position x value.
Declaration
public double PositionX { get; set; }
Property Value
Type |
---|
System.Double |
PositionY
Gets or sets the position y value.
Declaration
public double PositionY { get; set; }
Property Value
Type |
---|
System.Double |
ShowLegend
Gets or sets a value indicating whether the show legend on the map.
Declaration
public bool ShowLegend { get; set; }
Property Value
Type |
---|
System.Boolean |
Size
Gets or sets the size of the legend.
Declaration
public Size Size { get; set; }
Property Value
Type |
---|
System.Drawing.Size |
StartLabel
Gets or sets the start label of the legend.
Declaration
public string StartLabel { get; set; }
Property Value
Type |
---|
System.String |
Title
Gets or sets the title of the legend.
Declaration
public string Title { get; set; }
Property Value
Type |
---|
System.String |
Type
Gets or sets the legend type.
Declaration
public LegendType Type { get; set; }
Property Value
Type |
---|
LegendType |