Hi C Parkhouse,
You may use Layer.addCustomGroupLabel or Layer.addCustomDataLabel. For your case, as the label is on top of the bar, Layer.addCustomGroupLabel is more appropriate.
For example, in VB/VBScript:
Call layer.addCustomGroupLabel(2, 1, "S", "arial.ttf", 12, &H000000)
Hope this can help.
Regards
Peter Kwan |