Class
Map

Use the Map item to add maps to a report.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
[ToolboxBitmap(typeof(Map), "Resources.Map.bmp")]
public class Map : DataItem, IToggleVisibilityTarget, IActionTarget, IDataItem, IDataFlow, IDataSourceContainer

Inheritance: objectReportObjectReportItemBaseReportItemDataItemMap

Implements: IActionTargetIDataFlowIDataItemIDataSourceContainerIToggleVisibilityTarget

Inherited Members DataItem.OnNeedDataSource(object, EventArgs)DataItem.NeedDataSourceMethodNameDataItem.DataSourceDataItem.FiltersDataItem.NoDataMessageDataItem.NoDataStyleDataItem.SortingsDataItem.SortingDataItem.NeedDataSourceReportItem.SizeReportItem.LocationReportItem.AnchoringReportItem.DockingReportItem.BoundsReportItem.LeftReportItem.RightReportItem.TopReportItem.BottomReportItem.WidthReportItem.HeightReportItemBase.Dispose()ReportItemBase.Dispose(bool)ReportItemBase.ToString()ReportItemBase.Contains(ReportItemBase)ReportItemBase.GetEventHandlers(EventHandler)ReportItemBase.OnItemValidate(ReportItemBase)ReportItemBase.ClearGlobalDependencies()ReportItemBase.ContainerReportItemBase.DesignModeReportItemBase.SiteReportItemBase.NameReportItemBase.ItemDataBindingMethodNameReportItemBase.ItemDataBoundMethodNameReportItemBase.VisibleReportItemBase.StyleNameReportItemBase.StyleReportItemBase.ItemsReportItemBase.ParentReportItemBase.ReportReportItemBase.ConditionalFormattingReportItemBase.BookmarkReportItemBase.BookmarkIdReportItemBase.DocumentMapTextReportItemBase.TocTextReportItemBase.ActionReportItemBase.BindingsReportItemBase.ToolTipReportItemBase.AccessibleDescriptionReportItemBase.AccessibleRoleReportItemBase.AIDescriptionReportItemBase.ItemDataBindingReportItemBase.ItemDataBoundReportItemBase.DisposedReportObject.ToString(string[])

Constructors

Map()

TODO: Add documentation.

Declaration

cs-api-definition
public Map()

Properties

ColorPalette

Gets or sets the color palette used for map series.

Declaration

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public IColorPalette ColorPalette { get; set; }

Property Value

IColorPalette

A IColorPalette implementation representing color palette used for map series.

Culture

Gets or sets the culture information associated with the Graph item.

Declaration

cs-api-definition
public CultureInfo Culture { get; set; }

Property Value

CultureInfo

A CultureInfo representing the culture supported by the Graph.

DefaultSize

TODO: Add documentation.

Declaration

cs-api-definition
protected override SizeU DefaultSize { get; }

Property Value

SizeU

Overrides ReportItem.DefaultSize

Extent

Gets the requested extent in geographic coordinates.

Declaration

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public IExtent Extent { get; }

Property Value

IExtent

GeoLocationGroups

Gets the hierarchy of MapGroupBases that define the geographical location of the data points for the current Map.

Declaration

cs-api-definition
public MapGroupBaseCollection GeoLocationGroups { get; }

Property Value

MapGroupBaseCollection

Legends

Gets the collection of MapLegend defined for the current Map.

Declaration

cs-api-definition
public MapLegendCollection Legends { get; }

Property Value

MapLegendCollection

LocationProvider

Gets or sets the location provider.

Declaration

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public ILocationProvider LocationProvider { get; set; }

Property Value

ILocationProvider

Meridians

Gets the meridians graticule line.

Declaration

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public GraticuleLine Meridians { get; }

Property Value

GraticuleLine

Parallels

Gets the parallels graticule line.

Declaration

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public GraticuleLine Parallels { get; }

Property Value

GraticuleLine

PlotAreaStyle

Gets the style of the plot area.

Declaration

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style PlotAreaStyle { get; }

Property Value

Style

Remarks

The plot area of a Graph is the area where all series including the data points and labels are rendered. The plot area also contains all grid lines if defined.

Projection

Gets or sets the projection.

Declaration

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public IProjection Projection { get; set; }

Property Value

IProjection

ScaleLegend

Gets the map scale legend.

Declaration

cs-api-definition
public MapScaleLegend ScaleLegend { get; }

Property Value

MapScaleLegend

Series

Gets the collection of MapSeriesBase defined for the current Map.

Declaration

cs-api-definition
public MapSeriesBaseCollection Series { get; }

Property Value

MapSeriesBaseCollection

SeriesGroups

Gets the hierarchy of MapGroups that define the series for the current Map.

Declaration

cs-api-definition
public MapGroupCollection SeriesGroups { get; }

Property Value

MapGroupCollection

TileProvider

Gets or sets the tile provider.

Declaration

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public ITileProvider TileProvider { get; set; }

Property Value

ITileProvider

Titles

Gets the collection of MapTitle defined for the current Map.

Declaration

cs-api-definition
public MapTitleCollection Titles { get; }

Property Value

MapTitleCollection