ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  Does Chart Director support 'Set data label format' for a data point?
Posted by C Parkhouse on Apr-27-2011 17:24
Attachments:
Hi

My requirement is a s follow: I need to be able to specify the data label formatting for any specific data point. Is that possible using Chart Director?
So far all I managed to do was to set the Data label format for a specific data set.
dataPoint.setDataLabelFormat.docx
dataPoint.setDataLabelFormat.docx

25.27 Kb

  Re: Does Chart Director support 'Set data label format' for a data point?
Posted by Peter Kwan on Apr-27-2011 18:18
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