MapDataPlotGeoJson Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the name of the GeoJson shapes file to plot the data against
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string GeoJson { get; set; }
Public Property GeoJson As String
Get
Set
public:
virtual property String^ GeoJson {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_GeoJson();
function set_GeoJson(value);
Return Value
Type:
StringThe name of the GeoJson shapes file to plot the data against
Implements
MapDataPlot_MapDataPlotGeoJsonSee Also