MapDataPlots Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a collection of data plots that represents the data plotted on this map
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public MapDataPlots DataPlots { get; set; }
Public Property DataPlots As MapDataPlots
Get
Set
public:
virtual property MapDataPlots^ DataPlots {
MapDataPlots^ get () sealed;
void set (MapDataPlots^ value) sealed;
}
function get_DataPlots();
function set_DataPlots(value);
Return Value
Type:
MapDataPlotsA collection of data plots that represents the data plotted on this map
Implements
Map_MapDataPlotsSee Also