> On Aug 22, 2018, at 10:05 AM, Christian Schmitz 
> <supp...@monkeybreadsoftware.de> wrote:
> 
> Unluckily, there is no format string to force the “+” sign for positive 
> numbers only. For your case, the only method I can think of is to use custom 
> labels. One way to do this is:
> 
> ... prepare an array of text strings containing the labels you want to put 
> above/below columns ....
> 
> ‘Add the array of labels as an extra field
> layer.addExtraField(anArrayOfLabels)
> 
> ‘Use the extra field for the aggregate labels
> layer.setAggregateLabelFormat(“{field0}”)
> 
> Another method is to use a loop to call “layer.setCustomAggregateLabel“ to 
> set the label for each bar.

ah!

that's cool. thanks

I'll give it a try
_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to