menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapLegendSetting

    Show / Hide Table of Contents

    Class MapLegendSetting

    Inheritance
    System.Object
    EJTagHelper
    MapLegendSetting
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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()
    Namespace: Syncfusion.JavaScript.DataVisualization.Models
    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
    Type Description
    MapAlignment

    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
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("dockPosition")]
    public Position DockPosition { get; set; }
    Property Value
    Type Description
    Position

    Height

    Declaration
    [JsonProperty("height")]
    public double Height { get; set; }
    Property Value
    Type Description
    System.Double

    Icon

    Declaration
    [JsonProperty("icon")]
    [JsonConverter(typeof(StringEnumConverter))]
    public LegendIcons Icon { get; set; }
    Property Value
    Type Description
    LegendIcons

    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
    Type Description
    LabelOrientation

    LeftLabel

    Declaration
    [JsonProperty("leftLabel")]
    public string LeftLabel { get; set; }
    Property Value
    Type Description
    System.String

    Mode

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("mode")]
    public LegendMode Mode { get; set; }
    Property Value
    Type Description
    LegendMode

    Position

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("position")]
    public DockPosition Position { get; set; }
    Property Value
    Type Description
    DockPosition

    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
    Type Description
    LegendType

    Width

    Declaration
    [JsonProperty("width")]
    public double Width { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved