ClassMap
Use the Map item to add maps to a report.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
[ToolboxBitmap(typeof(Map), "Resources.Map.bmp")]
public class Map : DataItem, IToggleVisibilityTarget, IActionTarget, IDataItem, IDataFlow, IDataSourceContainer
Inheritance: objectReportObjectReportItemBaseReportItemDataItemMap
Implements:
Inherited Members
Constructors
Properties
ColorPalette
Gets or sets the color palette used for map series.
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public IColorPalette ColorPalette { get; set; }
Property Value
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
CultureInfo
A CultureInfo representing the culture supported by the Graph.
DefaultSize
TODO: Add documentation.
Declaration
protected override SizeU DefaultSize { get; }
Property Value
Overrides
Extent
Gets the requested extent in geographic coordinates.
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public IExtent Extent { get; }
Property Value
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
Legends
Gets the collection of MapLegend defined for the current Map.
Declaration
public MapLegendCollection Legends { get; }
Property Value
LocationProvider
Gets or sets the location provider.
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public ILocationProvider LocationProvider { get; set; }
Property Value
Meridians
Gets the meridians graticule line.
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public GraticuleLine Meridians { get; }
Property Value
Parallels
Gets the parallels graticule line.
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public GraticuleLine Parallels { get; }
Property Value
PlotAreaStyle
Gets the style of the plot area.
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style PlotAreaStyle { get; }
Property Value
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
[TypeConverter(typeof(ExpandableObjectConverter))]
public IProjection Projection { get; set; }
Property Value
ScaleLegend
Gets the map scale legend.
Declaration
public MapScaleLegend ScaleLegend { get; }
Property Value
Series
Gets the collection of MapSeriesBase defined for the current Map.
Declaration
public MapSeriesBaseCollection Series { get; }
Property Value
SeriesGroups
Gets the hierarchy of MapGroups that define the series for the current Map.
Declaration
public MapGroupCollection SeriesGroups { get; }
Property Value
TileProvider
Gets or sets the tile provider.
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public ITileProvider TileProvider { get; set; }
Property Value