Well, works in Chrome too.
On Tue, Sep 2, 2014 at 12:06 PM, mark goldin <[email protected]> wrote: > Basically, what I want is to have two lines: one horizontal and another is > arc on my linked image being shown on the top. I am assuming at this point > that they will be seen better. The image is a square box in two colors. > http://i57.tinypic.com/fm75fn.jpg > > Please try the link in IE. > > Thanks > > > On Tue, Sep 2, 2014 at 11:24 AM, Deepak MS <[email protected]> > wrote: > >> Okay. >> Let's say you have 'Sales' as your columnseries and 'Target' as your >> lineseries, then your lineChart.series[0] should be 'Sales', and >> lineChart.series[1] should be 'Target', which means to say 'Sales' is >> behind 'Target' on the chart. >> >> >> On Tue, Sep 2, 2014 at 9:39 PM, mark goldin <[email protected]> >> wrote: >> >> > ActionScript. >> > >> > >> > On Tue, Sep 2, 2014 at 11:08 AM, Deepak MS <[email protected]> >> > wrote: >> > >> > > 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 >> > > > > > >> > > > > >> > > > >> > > >> > >> > >
