Class MapItem
Represents a map-based data visualization.
Inheritance
System.Object
MapItem
Implements
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()
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class MapItem : IReportDispose, IDisposable
Constructors
MapItem()
Declaration
Properties
ActionInfo
Declaration
public ReportActionInfoVal ActionInfo { get; set; }
Property Value
AntiAliasing
Declaration
public AntiAliasing AntiAliasing { get; set; }
Property Value
Background
Declaration
public BackgroundVal Background { get; set; }
Property Value
Border
Declaration
public BorderVal Border { get; set; }
Property Value
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
MapColorScale
Declaration
public MapColorScale MapColorScale { get; set; }
Property Value
MapDataRegions
Declaration
public List<MapDataRegion> MapDataRegions { get; set; }
Property Value
MapDistanceScale
Declaration
public MapDistanceScale MapDistanceScale { get; set; }
Property Value
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
MapPolygonLayers
Declaration
public List<MapPolygonLayerVal> MapPolygonLayers { get; set; }
Property Value
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
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
TileLanguage
Declaration
public string TileLanguage { get; set; }
Property Value
Type |
Description |
System.String |
|
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
Implements
System.IDisposable