Hi Kevin,
You may use Layer.setAggregateLabelFormat to specify the label format. For example, in C#/Java, it is like:
// use space as thousand separator
setAggregateLabelFormat("{value| }");
or
// use comma as thousand separator
setAggregateLabelFormat("{value|,}");
Hope this can help.
Regards
Peter Kwan |