Hello,
The igDataChart auto generates the labels for Y axis, e.g. 0, 10000, 20000, 30000....
How can I format those numbers, for example, '10,000' '20,000' '30,000'.
Best regards,
Zach@Shine
see this for how to adjust the label format: http://es.infragistics.com/community/forums/p/71144/360406.aspx#360406
Unfortunately the label alignment feature didn't make the cut for this release. I would suggest making a feature request so our backlog item gets correctly prioritized. What you could do as a workaround is to fix the width allotted to the labels using labelExtent, and then prepend with spaces to meet the width. Although you would probably need to use a monospaced font.
-Graham
And how to make those formatted labels right aligned?