Thanks for you help.
Actually its worked using that xml.
[Bindable]
private var chartData:ArrayCollection = new ArrayCollection([{label: "<a href='
http://www.fusioncharts.com'> Jan </a>"},
{label: 'Feb'}, {label: 'Mar'}, {label: 'Apr'}, {label: 'May'}, {label: 'Jun'}, {seriesName: 'Product A'},
{value: '27400'}, {value: '29800'}, {value: '25800'}, {value: '26800'}, {value: '29600'},
{value: '23600'}, {seriesName: 'Product B'}, {value: '10000'}, {value: '11500'}, {value: '12500'},
{value: '15000'}, {value: '11000'}, {value: '9800'}]);
I am tring to use that as array collection as i did in the above code.
But it stating as XML invalid data.
Can you please help me on how to use this in array collection and how to call a flex method on click of that data label link.
Regards,
Sharavan