> Am 22.08.2018 um 00:11 schrieb Steve Upton <up...@chromix.com>:
> 
> 
> It seems that with ChartDirector I can't force it to show the positive number 
> sign ("+") when displaying numbers


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.
 


Sincerely
Christian

-- 
Read our blog about news on our plugins:

http://www.mbsplugins.de/


_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to