Class Map
Use the Map item to add maps to a report.
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class Map : DataItem, IReportItem, IComponent, IDisposable, IToggleVisibilityTarget, IActionTarget, IDesignTimeStyleEditable, IDesignTimeSelectable, IDataItem, IDataFlow, IDataSourceContainer, INamedObject, ISupportsNeedDataSource, IGraph, ISupportsInsertSeries
Constructors
Map()
Declaration
public Map()
Properties
ColorPalette
Gets or sets the color palette used for map series.
Declaration
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
public CultureInfo Culture { get; set; }
Property Value
System.Globalization.CultureInfo
A System.Globalization.CultureInfo representing the culture supported by the Graph. |
DefaultSize
Extent
Gets the requested extent in geographic coordinates.
Declaration
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
public MapGroupBaseCollection GeoLocationGroups { get; }
Property Value
MapGroupBaseCollection
|
Legends
Gets the collection of MapLegend defined for the current Map.
Declaration
public MapLegendCollection Legends { get; }
Property Value
MapLegendCollection
|
LocationProvider
Gets or sets the location provider.
Declaration
public ILocationProvider LocationProvider { get; set; }
Property Value
ILocationProvider
|
Meridians
Gets the meridians graticule line.
Declaration
public GraticuleLine Meridians { get; }
Property Value
GraticuleLine
|
Parallels
Gets the parallels graticule line.
Declaration
public GraticuleLine Parallels { get; }
Property Value
GraticuleLine
|
PlotAreaStyle
Gets the style of the plot area.
Declaration
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
public IProjection Projection { get; set; }
Property Value
IProjection
|
ScaleLegend
Gets the map scale legend.
Declaration
public MapScaleLegend ScaleLegend { get; }
Property Value
MapScaleLegend
|
Series
Gets the collection of MapSeriesBase defined for the current Map.
Declaration
public MapSeriesBaseCollection Series { get; }
Property Value
MapSeriesBaseCollection
|
SeriesGroups
Gets the hierarchy of MapGroups that define the series for the current Map.
Declaration
public MapGroupCollection SeriesGroups { get; }
Property Value
MapGroupCollection
|
TileProvider
Gets or sets the tile provider.
Declaration
public ITileProvider TileProvider { get; set; }
Property Value
ITileProvider
|
Titles
Gets the collection of MapTitle defined for the current Map.
Declaration
public MapTitleCollection Titles { get; }
Property Value
MapTitleCollection
|