ChartDirector Support
Forum Home
Search
Message List
Post Message
[Dec-23-2023 01:21]
Change format for stacked bar chart legends
(KeithB)
[Dec-24-2023 00:00]
Re: Change format for stacked bar chart legends
(Peter Kwan)
Change format for stacked bar chart legends
Posted by KeithB on Dec-23-2023 01:21
|
Reply
|
Monitor
Is it possible to add a '$' to the number text inside a stacked bar chart?
Re: Change format for stacked bar chart legends
Posted by Peter Kwan on Dec-24-2023 00:00
|
Reply
|
Monitor
Hi KeithB,
You can use Layer.setDataLabelFormat. For example:
myBarLayer.setDataLabelFormat("${value}");
Best Regards
Peter Kwan