MapDataPlotShowLegend Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates whether this data plot should shoiw a legend in the map
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool ShowLegend { get; set; }
Public Property ShowLegend As Boolean
Get
Set
public:
virtual property bool ShowLegend {
bool get () sealed;
void set (bool value) sealed;
}
function get_ShowLegend();
function set_ShowLegend(value);
Return Value
Type:
BooleanTrue if this data plot should shoiw a legend in the map
Implements
MapDataPlot_MapDataPlotShowLegendSee Also