ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapLegend - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MapLegend

    Represents a legend to be drawn in a map.

    Inheritance
    System.Object
    MapSubItem
    MapDockableSubItem
    MapLegend
    Inherited Members
    MapDockableSubItem.Position
    MapDockableSubItem.DockOutsideViewport
    MapDockableSubItem.Hidden
    MapDockableSubItem.ActionInfo
    MapDockableSubItem.ToolTip
    MapSubItem.Style
    MapSubItem.MapLocation
    MapSubItem.MapSize
    MapSubItem.LeftMargin
    MapSubItem.RightMargin
    MapSubItem.TopMargin
    MapSubItem.BottomMargin
    MapSubItem.ZIndex
    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.RDL.DOM
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public class MapLegend : MapDockableSubItem

    Constructors

    MapLegend()

    Declaration
    public MapLegend()

    MapLegend(ReportSerializer)

    Declaration
    public MapLegend(ReportSerializer serializer)
    Parameters
    Type Name Description
    ReportSerializer serializer

    Properties

    AutoFitTextDisabled

    Declaration
    public bool AutoFitTextDisabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    EquallySpacedItems

    Declaration
    public bool EquallySpacedItems { get; set; }
    Property Value
    Type Description
    System.Boolean

    InterlacedRows

    Declaration
    public bool InterlacedRows { get; set; }
    Property Value
    Type Description
    System.Boolean

    InterlacedRowsColor

    Declaration
    public string InterlacedRowsColor { get; set; }
    Property Value
    Type Description
    System.String

    Layout

    Declaration
    public string Layout { get; set; }
    Property Value
    Type Description
    System.String

    MapLegendTitle

    Declaration
    public MapLegendTitle MapLegendTitle { get; set; }
    Property Value
    Type Description
    MapLegendTitle

    MinFontSize

    Declaration
    public Size MinFontSize { get; set; }
    Property Value
    Type Description
    Size

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    TextWrapThreshold

    Declaration
    public int TextWrapThreshold { get; set; }
    Property Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved