Click or drag to resize
Map Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Object that represents a map on a dashboard.
Inheritance Hierarchy
SystemObject
  DataPAEnterpriseDashboardMap

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
[SerializableAttribute]
public class Map : Map_Map, ISerializable

The Map type exposes the following members.

Constructors
  NameDescription
Public methodMap
Creates and returns a new Map object
Public methodMap(DashboardObject)
Creates and returns a new Map object
Top
Methods
Fields
Properties
  NameDescription
Public propertyBaseClientURL
Public propertyCenter
Gets and sets the Center of the map
Public propertyDataPlots
Gets and sets a collection of data plots that represents the data plotted on this map
Public propertyFont
Gets and sets the font used for labels and tooltips on the map
Public propertyHTML
Gets the HTML required to render the map
Public propertyIndependentRenderHTML
Gets the HTML required to render the map in an independent browser
Public propertyMapJson
Gets the JSON string required to render a map
Public propertyMapRenderScript
Gets the javascript required to render maps
Public propertyMaxZoom
Gets and sets a value that indicates the maximum zoom level for this chart
Public propertyMinZoom
Gets and sets a value that indicates the minimum zoom level for this chart
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Public propertyParent
Gets and sets the parent DashboardObject for this Map object
Public propertyShowInfoBox
Gets and sets a property that indicates if info boxes should be shown on this map
Public propertyShowLayerControl
Gets and sets a property that indicates whether the map will show a layer control
Public propertyShowTooltip
Gets and sets a property that indicates if tooltips should be shown on this map
Public propertyZoom
Gets and sets the zoom level for the map
Top
Remarks