MapMapJson Property |
|
DataPA OpenAnalytics API Reference
Gets the JSON string required to render a map
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string this[
Object fadeAnimation = true
] { get; }
Public ReadOnly Property MapJson (
Optional fadeAnimation As Object = true
) As String
Get
public:
virtual property String^ MapJson[Object^ fadeAnimation = true] {
String^ get (Object^ fadeAnimation = true) sealed;
}
function get_MapJson(fadeAnimation);
Parameters
- fadeAnimation (Optional)
- Type: SystemObject
Return Value
Type:
StringThe JSON string required to render a map
Implements
Map_MapMapJsonObjectSee Also