Hello, I have a ColumnChart with two ColumnSeries which have ids. How can i get the values of those ids?
For Example:
<mx:ColumnChart id="someChart">
<mx:series>
<mx:ColumnSeries id="clmn1" />
<mx:ColumnSeries id="clmn2" />
</mx:series>
</mx:ColumnChart>
Thanks in advance!

