MapDataPlotPlotValues Property |
|
DataPA OpenAnalytics API Reference
Gets the plot values json string for this map data plot
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string PlotValues { get; }
Public ReadOnly Property PlotValues As String
Get
public:
virtual property String^ PlotValues {
String^ get () sealed;
}
function get_PlotValues();
Return Value
Type:
StringThe plot values json string for this map data plot
Implements
MapDataPlot_MapDataPlotPlotValuesSee Also