I cannot change line color. I think the red image is a line background, but I am not sure at this point. Is there anything like z-order to force a line to be in front of everything?
On Tue, Sep 2, 2014 at 2:29 PM, Deepak MS <[email protected]> wrote: > Did you try changing the line color of those 2 lines? is that red image > your line chart's background? Or is it a separate image component? > On 2 Sep 2014 23:41, "mark goldin" <[email protected]> wrote: > > > The lines are already there but not seen too good. > > > > > > On Tue, Sep 2, 2014 at 1:08 PM, Deepak MS <[email protected]> > > wrote: > > > > > Hmmm.. Its not quite clear to me yet. > > > > > > Are you saying you want to show a line chart with a horizontal line > and a > > > curve line, on top of that red image in that link.? > > > > > > > > > On Tue, Sep 2, 2014 at 10:40 PM, mark goldin <[email protected]> > > > wrote: > > > > > > > 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 > > > > >> > > > > > > > > > >> > > > > > > > > >> > > > > > > > >> > > > > > > >> > > > > > >> > > > > > > > > > > > > > > > > > > > >
