MapDataPlotLegendRangeLabels Property |
|
DataPA OpenAnalytics API Reference
Gets a list of string values that represents the range labels to display in the legend
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public List<string> LegendRangeLabels { get; }
Public ReadOnly Property LegendRangeLabels As List(Of String)
Get
public:
virtual property List<String^>^ LegendRangeLabels {
List<String^>^ get () sealed;
}
function get_LegendRangeLabels();
Return Value
Type:
ListStringA list of string values that represents the range labels to display in the legend
Implements
MapDataPlot_MapDataPlotLegendRangeLabelsSee Also