ASP.NET MVC

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

    Show / Hide Table of Contents

    Class MapItem

    Represents a map-based data visualization.

    Inheritance
    System.Object
    MapItem
    Implements
    IReportDispose
    System.IDisposable
    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.EJ.ReportViewer.JsonModel
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public class MapItem : IReportDispose, IDisposable

    Constructors

    MapItem()

    Declaration
    public MapItem()

    Properties

    ActionInfo

    Declaration
    public ReportActionInfoVal ActionInfo { get; set; }
    Property Value
    Type Description
    ReportActionInfoVal

    AntiAliasing

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

    Background

    Declaration
    public BackgroundVal Background { get; set; }
    Property Value
    Type Description
    BackgroundVal

    Border

    Declaration
    public BorderVal Border { get; set; }
    Property Value
    Type Description
    BorderVal

    DataSetName

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

    DocumentMapLabel

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

    Hidden

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

    MapBorderSkin

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

    MapColorScale

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

    MapDataRegions

    Declaration
    public List<MapDataRegion> MapDataRegions { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<MapDataRegion>

    MapDistanceScale

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

    MapLegends

    Declaration
    public List<MapLegendVal> MapLegends { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<MapLegendVal>

    MapLineLayers

    Declaration
    public List<MapLineLayer> MapLineLayers { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<MapLineLayer>

    MapPointLayers

    Declaration
    public List<MapPointLayer> MapPointLayers { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<MapPointLayer>

    MapPolygonLayers

    Declaration
    public List<MapPolygonLayerVal> MapPolygonLayers { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<MapPolygonLayerVal>

    MapTileLayers

    Declaration
    public List<MapTileLayer> MapTileLayers { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<MapTileLayer>

    MapTitles

    Declaration
    public List<MapTitleVal> MapTitles { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<MapTitleVal>

    MapViewport

    Declaration
    public MapViewportVal MapViewport { get; set; }
    Property Value
    Type Description
    MapViewportVal

    MaximumSpatialElementCount

    Declaration
    public int MaximumSpatialElementCount { get; set; }
    Property Value
    Type Description
    System.Int32

    MaximumTotalPointCount

    Declaration
    public int MaximumTotalPointCount { get; set; }
    Property Value
    Type Description
    System.Int32

    PageName

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

    ShadowIntensity

    Declaration
    public float ShadowIntensity { get; set; }
    Property Value
    Type Description
    System.Single

    TextAntiAliasingQuality

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

    TileLanguage

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

    ToolTip

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

    Zindex

    Declaration
    public int Zindex { 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