0

Please check this link http://livedocs.adobe.com/flex/3/html/help.html?content=charts_displayingdata_07.html#332805

here the thing is it is showing labelposition on all 3 column chart(column series) (from link.. jan :2000,feb:1000,march:1500)

but instead of showing in all months i want the value to be displayed only on march

how can i do it? need help

francis dcunha
  • 55
  • 3
  • 11

1 Answers1

2

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

Vaibhav
  • 1,479
  • 8
  • 13