0

请检查此链接 http://livedocs.adobe.com/flex/3/html/help.html?content=charts_displayingdata_07.html#332805

这里的问题是它在所有 3 个柱形图(列系列)上显示标签位置(来自链接 .. 1 月:2000,2 月:1000,3 月:1500)

但不是在所有月份都显示,我希望该值仅在 3 月显示

我该怎么做?需要帮忙

4

1 回答 1

2

Create an itemrenderer(Implement IDataRenderer), and in set data method, write the condition for March month.

于 2012-06-29T09:41:26.487 回答