Class MapLegendSetting
Inheritance
System.Object
MapLegendSetting
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.EJ.dll
Syntax
public class MapLegendSetting : EJTagHelper
Constructors
MapLegendSetting()
Declaration
public MapLegendSetting()
Properties
Alignment
Declaration
[JsonProperty("alignment")]
[JsonConverter(typeof(StringEnumConverter))]
public MapAlignment Alignment { get; set; }
Property Value
ColumnCount
Declaration
[JsonProperty("columnCount")]
public int ColumnCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ColumnSpacing
Declaration
[JsonProperty("columnSpacing")]
public double ColumnSpacing { get; set; }
Property Value
Type |
Description |
System.Double |
|
DockOnMap
Declaration
[JsonProperty("dockOnMap")]
public bool DockOnMap { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DockPosition
Declaration
[JsonProperty("dockPosition")]
[JsonConverter(typeof(StringEnumConverter))]
public Position DockPosition { get; set; }
Property Value
Height
Declaration
[JsonProperty("height")]
public double Height { get; set; }
Property Value
Type |
Description |
System.Double |
|
Icon
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("icon")]
public LegendIcons Icon { get; set; }
Property Value
IconHeight
Declaration
[JsonProperty("iconHeight")]
public double IconHeight { get; set; }
Property Value
Type |
Description |
System.Double |
|
IconWidth
Declaration
[JsonProperty("iconWidth")]
public double IconWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
LabelOrientation
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("labelOrientation")]
public LabelOrientation LabelOrientation { get; set; }
Property Value
LeftLabel
Declaration
[JsonProperty("leftLabel")]
public string LeftLabel { get; set; }
Property Value
Type |
Description |
System.String |
|
Mode
Declaration
[JsonProperty("mode")]
[JsonConverter(typeof(StringEnumConverter))]
public LegendMode Mode { get; set; }
Property Value
Position
Declaration
[JsonProperty("position")]
[JsonConverter(typeof(StringEnumConverter))]
public DockPosition Position { get; set; }
Property Value
PositionX
Declaration
[JsonProperty("positionX")]
public double PositionX { get; set; }
Property Value
Type |
Description |
System.Double |
|
PositionY
Declaration
[JsonProperty("positionY")]
public double PositionY { get; set; }
Property Value
Type |
Description |
System.Double |
|
RightLabel
Declaration
[JsonProperty("rightLabel")]
public string RightLabel { get; set; }
Property Value
Type |
Description |
System.String |
|
RowSpacing
Declaration
[JsonProperty("rowSpacing")]
public double RowSpacing { get; set; }
Property Value
Type |
Description |
System.Double |
|
ShowLabels
Declaration
[JsonProperty("showLabels")]
public bool ShowLabels { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowLegend
Declaration
[JsonProperty("showLegend")]
public bool ShowLegend { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
TextPath
Declaration
[JsonProperty("textPath")]
public string TextPath { get; set; }
Property Value
Type |
Description |
System.String |
|
Title
Declaration
[JsonProperty("title")]
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
ToggleVisibility
Declaration
[JsonProperty("toggleVisibility")]
public bool ToggleVisibility { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Type
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("type")]
public LegendType Type { get; set; }
Property Value
Width
Declaration
[JsonProperty("width")]
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|