Yes, you can. How are you populating the series objects? Is it in mxml or is it in actionscript (dynamically creating series)?
On Tue, Sep 2, 2014 at 9:36 PM, mark goldin <[email protected]> wrote: > Can I change that order without refactoring code? > > > On Tue, Sep 2, 2014 at 11:05 AM, Deepak MS <[email protected]> > wrote: > > > It depends on the order in which you add the series items in the chart. > > Whichever item you need on top should be added as first item in the > series > > array. > > > > > > On Tue, Sep 2, 2014 at 9:17 PM, mark goldin <[email protected]> > wrote: > > > > > I have a line chart that sometimes have a line overlayed by another > chart > > > objects. How can I make sure that the line is drawn always on a top? > > > > > > Thanks > > > > > >
