Map Class |
Namespace: DataPAEnterpriseDashboard
[SerializableAttribute] public class Map : Map_Map, ISerializable
The Map type exposes the following members.
Name | Description | |
---|---|---|
Map |
Creates and returns a new Map object
| |
Map(DashboardObject) |
Creates and returns a new Map object
|
Name | Description | |
---|---|---|
GetObjectData | ||
SetObjectData |
Name | Description | |
---|---|---|
ClassId | ||
EventsId | ||
InterfaceId |
Name | Description | |
---|---|---|
BaseClientURL | ||
Center |
Gets and sets the Center of the map
| |
DataPlots |
Gets and sets a collection of data plots that represents the data plotted on this map
| |
Font |
Gets and sets the font used for labels and tooltips on the map
| |
HTML |
Gets the HTML required to render the map
| |
IndependentRenderHTML |
Gets the HTML required to render the map in an independent browser
| |
MapJson |
Gets the JSON string required to render a map
| |
MapRenderScript |
Gets the javascript required to render maps
| |
MaxZoom |
Gets and sets a value that indicates the maximum zoom level for this chart
| |
MinZoom |
Gets and sets a value that indicates the minimum zoom level for this chart
| |
ObjectSizes |
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
| |
Parent |
Gets and sets the parent DashboardObject for this Map object
| |
ShowInfoBox |
Gets and sets a property that indicates if info boxes should be shown on this map
| |
ShowLayerControl |
Gets and sets a property that indicates whether the map will show a layer control
| |
ShowTooltip |
Gets and sets a property that indicates if tooltips should be shown on this map
| |
Zoom |
Gets and sets the zoom level for the map
|