MapDataPlotLegendRangeValues Property |
|
DataPA OpenAnalytics API Reference
Gets a list of decimal values that represents the range of values to display in the legend
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public List<decimal> LegendRangeValues { get; }
Public ReadOnly Property LegendRangeValues As List(Of Decimal)
Get
public:
virtual property List<Decimal>^ LegendRangeValues {
List<Decimal>^ get () sealed;
}
function get_LegendRangeValues();
Return Value
Type:
ListDecimalA list of decimal values that represents the range of values to display in the legend
Implements
MapDataPlot_MapDataPlotLegendRangeValuesSee Also