ASP.NET Core

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

    Show / Hide Table of Contents

    Class MapLegendVal

    Map Legend Data

    Inheritance
    System.Object
    MapSubItemVal
    MapDockableSubItemVal
    MapLegendVal
    Implements
    IReportDispose
    System.IDisposable
    Inherited Members
    MapDockableSubItemVal.Position
    MapDockableSubItemVal.DockOutsideViewport
    MapDockableSubItemVal.Hidden
    MapDockableSubItemVal.ActionInfo
    MapDockableSubItemVal.ToolTip
    MapSubItemVal.Border
    MapSubItemVal.BackGround
    MapSubItemVal.Style
    MapSubItemVal.MapLocation
    MapSubItemVal.MapSize
    MapSubItemVal.LeftMargin
    MapSubItemVal.RightMargin
    MapSubItemVal.TopMargin
    MapSubItemVal.BottomMargin
    MapSubItemVal.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.EJ.ReportViewer.JsonModel
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public class MapLegendVal : MapDockableSubItemVal, IReportDispose, IDisposable

    Constructors

    MapLegendVal()

    Declaration
    public MapLegendVal()

    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 MapLegendTitleVal MapLegendTitle { get; set; }
    Property Value
    Type Description
    MapLegendTitleVal

    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

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Implements

    IReportDispose
    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved