menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class LegendSettingBuilder

    Inheritance
    System.Object
    LegendSettingBuilder
    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()
    Namespace: Syncfusion.JavaScript.DataVisualization
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class LegendSettingBuilder

    Constructors

    LegendSettingBuilder(MapLegendSetting, ShapeLayer)

    Declaration
    public LegendSettingBuilder(MapLegendSetting legendSetting, ShapeLayer layer)
    Parameters
    Type Name Description
    MapLegendSetting legendSetting
    ShapeLayer layer

    Fields

    legendSetting

    Declaration
    public MapLegendSetting legendSetting
    Field Value
    Type Description
    MapLegendSetting

    shapeLayer

    Declaration
    public ShapeLayer shapeLayer
    Field Value
    Type Description
    ShapeLayer

    Methods

    Alignment(MapAlignment)

    Declaration
    public LegendSettingBuilder Alignment(MapAlignment alignment)
    Parameters
    Type Name Description
    MapAlignment alignment
    Returns
    Type Description
    LegendSettingBuilder

    ColumnCount(Int32)

    Declaration
    public LegendSettingBuilder ColumnCount(int columnCount)
    Parameters
    Type Name Description
    System.Int32 columnCount
    Returns
    Type Description
    LegendSettingBuilder

    ColumnSpacing(Double)

    Declaration
    public LegendSettingBuilder ColumnSpacing(double columnSpacing)
    Parameters
    Type Name Description
    System.Double columnSpacing
    Returns
    Type Description
    LegendSettingBuilder

    DockOnMap(Boolean)

    Declaration
    public LegendSettingBuilder DockOnMap(bool dockOnMap)
    Parameters
    Type Name Description
    System.Boolean dockOnMap
    Returns
    Type Description
    LegendSettingBuilder

    DockPosition(Position)

    Declaration
    public LegendSettingBuilder DockPosition(Position legendDockPosition)
    Parameters
    Type Name Description
    Position legendDockPosition
    Returns
    Type Description
    LegendSettingBuilder

    Height(Double)

    Declaration
    public LegendSettingBuilder Height(double legendHeight)
    Parameters
    Type Name Description
    System.Double legendHeight
    Returns
    Type Description
    LegendSettingBuilder

    Icon(LegendIcons)

    Declaration
    public LegendSettingBuilder Icon(LegendIcons legendIcon)
    Parameters
    Type Name Description
    LegendIcons legendIcon
    Returns
    Type Description
    LegendSettingBuilder

    IconHeight(Double)

    Declaration
    public LegendSettingBuilder IconHeight(double legendIconHeight)
    Parameters
    Type Name Description
    System.Double legendIconHeight
    Returns
    Type Description
    LegendSettingBuilder

    IconWidth(Double)

    Declaration
    public LegendSettingBuilder IconWidth(double legendIconHeight)
    Parameters
    Type Name Description
    System.Double legendIconHeight
    Returns
    Type Description
    LegendSettingBuilder

    LabelOrientation(LabelOrientation)

    Declaration
    public LegendSettingBuilder LabelOrientation(LabelOrientation LabelOrientation)
    Parameters
    Type Name Description
    LabelOrientation LabelOrientation
    Returns
    Type Description
    LegendSettingBuilder

    LeftLabel(String)

    Declaration
    public LegendSettingBuilder LeftLabel(string legendLeftLabel)
    Parameters
    Type Name Description
    System.String legendLeftLabel
    Returns
    Type Description
    LegendSettingBuilder

    Mode(LegendMode)

    Declaration
    public LegendSettingBuilder Mode(LegendMode legendMode)
    Parameters
    Type Name Description
    LegendMode legendMode
    Returns
    Type Description
    LegendSettingBuilder

    Position(DockPosition)

    Declaration
    public LegendSettingBuilder Position(DockPosition LegendPosition)
    Parameters
    Type Name Description
    DockPosition LegendPosition
    Returns
    Type Description
    LegendSettingBuilder

    PositionX(Double)

    Declaration
    public LegendSettingBuilder PositionX(double legendPositionX)
    Parameters
    Type Name Description
    System.Double legendPositionX
    Returns
    Type Description
    LegendSettingBuilder

    PositionY(Double)

    Declaration
    public LegendSettingBuilder PositionY(double legendPositionY)
    Parameters
    Type Name Description
    System.Double legendPositionY
    Returns
    Type Description
    LegendSettingBuilder

    RightLabel(String)

    Declaration
    public LegendSettingBuilder RightLabel(string legendRightLabel)
    Parameters
    Type Name Description
    System.String legendRightLabel
    Returns
    Type Description
    LegendSettingBuilder

    RowSpacing(Double)

    Declaration
    public LegendSettingBuilder RowSpacing(double rowSpacing)
    Parameters
    Type Name Description
    System.Double rowSpacing
    Returns
    Type Description
    LegendSettingBuilder

    ShowLabels(Boolean)

    Declaration
    public LegendSettingBuilder ShowLabels(bool showLabels)
    Parameters
    Type Name Description
    System.Boolean showLabels
    Returns
    Type Description
    LegendSettingBuilder

    ShowLegend(Boolean)

    Declaration
    public LegendSettingBuilder ShowLegend(bool showLegend)
    Parameters
    Type Name Description
    System.Boolean showLegend
    Returns
    Type Description
    LegendSettingBuilder

    TextPath(String)

    Declaration
    public LegendSettingBuilder TextPath(string textPath)
    Parameters
    Type Name Description
    System.String textPath
    Returns
    Type Description
    LegendSettingBuilder

    Title(String)

    Declaration
    public LegendSettingBuilder Title(string legendTitle)
    Parameters
    Type Name Description
    System.String legendTitle
    Returns
    Type Description
    LegendSettingBuilder

    ToggleVisibility(Boolean)

    Declaration
    public LegendSettingBuilder ToggleVisibility(bool toggleVisibility)
    Parameters
    Type Name Description
    System.Boolean toggleVisibility
    Returns
    Type Description
    LegendSettingBuilder

    Type(LegendType)

    Declaration
    public LegendSettingBuilder Type(LegendType legendType)
    Parameters
    Type Name Description
    LegendType legendType
    Returns
    Type Description
    LegendSettingBuilder

    Width(Double)

    Declaration
    public LegendSettingBuilder Width(double legendWidth)
    Parameters
    Type Name Description
    System.Double legendWidth
    Returns
    Type Description
    LegendSettingBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved