MapDataPlot Constructor (String) |
|
DataPA OpenAnalytics API Reference
Creates and return a new MapDataPlot object
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public MapDataPlot(
string name
)
Public Sub New (
name As String
)
public:
MapDataPlot(
String^ name
)
DataPAEnterpriseDashboard.MapDataPlot = function(name);
Parameters
- name
- Type: SystemString
The name of this new MapDataPlot object
See Also