You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by mark goldin <ma...@gmail.com> on 2014/09/02 17:47:06 UTC

Line chart

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

Re: Line chart

Posted by mark goldin <ma...@gmail.com>.
Thanks! That's exactly what I needed.


On Tue, Sep 2, 2014 at 4:23 PM, OmPrakash Muppirala <bi...@gmail.com>
wrote:

> On Tue, Sep 2, 2014 at 2:18 PM, mark goldin <ma...@gmail.com> wrote:
>
> > Yes, I do.
> >
> >
> Yup, that is drawn on top of the chart.  If you want to draw behind the
> chart, change it into backgroundElements.
>
> Some info:
>
> http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7c44.html
>
>
> >
> > On Tue, Sep 2, 2014 at 4:15 PM, OmPrakash Muppirala <
> bigosmallm@gmail.com>
> > wrote:
> >
> > > Do you have any annotationElements in your Chart?
> > >
> > >
> > > On Tue, Sep 2, 2014 at 1:22 PM, mark goldin <ma...@gmail.com>
> > wrote:
> > >
> > > > 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 <me...@gmail.com>
> > > > 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" <ma...@gmail.com> wrote:
> > > > >
> > > > > > The lines are already there but not seen too good.
> > > > > >
> > > > > >
> > > > > > On Tue, Sep 2, 2014 at 1:08 PM, Deepak MS <
> > megharajdeepak@gmail.com>
> > > > > > 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 <
> > > markzolotoy@gmail.com>
> > > > > > > wrote:
> > > > > > >
> > > > > > > > Well, works in Chrome too.
> > > > > > > >
> > > > > > > >
> > > > > > > > On Tue, Sep 2, 2014 at 12:06 PM, mark goldin <
> > > > markzolotoy@gmail.com>
> > > > > > > > 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 <
> > > > > megharajdeepak@gmail.com
> > > > > > >
> > > > > > > > > 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 <
> > > > > markzolotoy@gmail.com>
> > > > > > > > >> wrote:
> > > > > > > > >>
> > > > > > > > >> > ActionScript.
> > > > > > > > >> >
> > > > > > > > >> >
> > > > > > > > >> > On Tue, Sep 2, 2014 at 11:08 AM, Deepak MS <
> > > > > > > megharajdeepak@gmail.com>
> > > > > > > > >> > 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 <
> > > > > > > markzolotoy@gmail.com>
> > > > > > > > >> > wrote:
> > > > > > > > >> > >
> > > > > > > > >> > > > Can I change that order without refactoring code?
> > > > > > > > >> > > >
> > > > > > > > >> > > >
> > > > > > > > >> > > > On Tue, Sep 2, 2014 at 11:05 AM, Deepak MS <
> > > > > > > > >> megharajdeepak@gmail.com>
> > > > > > > > >> > > > 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 <
> > > > > > > > >> markzolotoy@gmail.com>
> > > > > > > > >> > > > 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
> > > > > > > > >> > > > > >
> > > > > > > > >> > > > >
> > > > > > > > >> > > >
> > > > > > > > >> > >
> > > > > > > > >> >
> > > > > > > > >>
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>

Re: Line chart

Posted by OmPrakash Muppirala <bi...@gmail.com>.
On Tue, Sep 2, 2014 at 2:18 PM, mark goldin <ma...@gmail.com> wrote:

> Yes, I do.
>
>
Yup, that is drawn on top of the chart.  If you want to draw behind the
chart, change it into backgroundElements.

Some info:
http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7c44.html


>
> On Tue, Sep 2, 2014 at 4:15 PM, OmPrakash Muppirala <bi...@gmail.com>
> wrote:
>
> > Do you have any annotationElements in your Chart?
> >
> >
> > On Tue, Sep 2, 2014 at 1:22 PM, mark goldin <ma...@gmail.com>
> wrote:
> >
> > > 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 <me...@gmail.com>
> > > 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" <ma...@gmail.com> wrote:
> > > >
> > > > > The lines are already there but not seen too good.
> > > > >
> > > > >
> > > > > On Tue, Sep 2, 2014 at 1:08 PM, Deepak MS <
> megharajdeepak@gmail.com>
> > > > > 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 <
> > markzolotoy@gmail.com>
> > > > > > wrote:
> > > > > >
> > > > > > > Well, works in Chrome too.
> > > > > > >
> > > > > > >
> > > > > > > On Tue, Sep 2, 2014 at 12:06 PM, mark goldin <
> > > markzolotoy@gmail.com>
> > > > > > > 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 <
> > > > megharajdeepak@gmail.com
> > > > > >
> > > > > > > > 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 <
> > > > markzolotoy@gmail.com>
> > > > > > > >> wrote:
> > > > > > > >>
> > > > > > > >> > ActionScript.
> > > > > > > >> >
> > > > > > > >> >
> > > > > > > >> > On Tue, Sep 2, 2014 at 11:08 AM, Deepak MS <
> > > > > > megharajdeepak@gmail.com>
> > > > > > > >> > 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 <
> > > > > > markzolotoy@gmail.com>
> > > > > > > >> > wrote:
> > > > > > > >> > >
> > > > > > > >> > > > Can I change that order without refactoring code?
> > > > > > > >> > > >
> > > > > > > >> > > >
> > > > > > > >> > > > On Tue, Sep 2, 2014 at 11:05 AM, Deepak MS <
> > > > > > > >> megharajdeepak@gmail.com>
> > > > > > > >> > > > 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 <
> > > > > > > >> markzolotoy@gmail.com>
> > > > > > > >> > > > 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
> > > > > > > >> > > > > >
> > > > > > > >> > > > >
> > > > > > > >> > > >
> > > > > > > >> > >
> > > > > > > >> >
> > > > > > > >>
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>

Re: Line chart

Posted by mark goldin <ma...@gmail.com>.
Yes, I do.


On Tue, Sep 2, 2014 at 4:15 PM, OmPrakash Muppirala <bi...@gmail.com>
wrote:

> Do you have any annotationElements in your Chart?
>
>
> On Tue, Sep 2, 2014 at 1:22 PM, mark goldin <ma...@gmail.com> wrote:
>
> > 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 <me...@gmail.com>
> > 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" <ma...@gmail.com> wrote:
> > >
> > > > The lines are already there but not seen too good.
> > > >
> > > >
> > > > On Tue, Sep 2, 2014 at 1:08 PM, Deepak MS <me...@gmail.com>
> > > > 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 <
> markzolotoy@gmail.com>
> > > > > wrote:
> > > > >
> > > > > > Well, works in Chrome too.
> > > > > >
> > > > > >
> > > > > > On Tue, Sep 2, 2014 at 12:06 PM, mark goldin <
> > markzolotoy@gmail.com>
> > > > > > 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 <
> > > megharajdeepak@gmail.com
> > > > >
> > > > > > > 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 <
> > > markzolotoy@gmail.com>
> > > > > > >> wrote:
> > > > > > >>
> > > > > > >> > ActionScript.
> > > > > > >> >
> > > > > > >> >
> > > > > > >> > On Tue, Sep 2, 2014 at 11:08 AM, Deepak MS <
> > > > > megharajdeepak@gmail.com>
> > > > > > >> > 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 <
> > > > > markzolotoy@gmail.com>
> > > > > > >> > wrote:
> > > > > > >> > >
> > > > > > >> > > > Can I change that order without refactoring code?
> > > > > > >> > > >
> > > > > > >> > > >
> > > > > > >> > > > On Tue, Sep 2, 2014 at 11:05 AM, Deepak MS <
> > > > > > >> megharajdeepak@gmail.com>
> > > > > > >> > > > 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 <
> > > > > > >> markzolotoy@gmail.com>
> > > > > > >> > > > 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
> > > > > > >> > > > > >
> > > > > > >> > > > >
> > > > > > >> > > >
> > > > > > >> > >
> > > > > > >> >
> > > > > > >>
> > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>

Re: Line chart

Posted by OmPrakash Muppirala <bi...@gmail.com>.
Do you have any annotationElements in your Chart?


On Tue, Sep 2, 2014 at 1:22 PM, mark goldin <ma...@gmail.com> wrote:

> 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 <me...@gmail.com>
> 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" <ma...@gmail.com> wrote:
> >
> > > The lines are already there but not seen too good.
> > >
> > >
> > > On Tue, Sep 2, 2014 at 1:08 PM, Deepak MS <me...@gmail.com>
> > > 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 <ma...@gmail.com>
> > > > wrote:
> > > >
> > > > > Well, works in Chrome too.
> > > > >
> > > > >
> > > > > On Tue, Sep 2, 2014 at 12:06 PM, mark goldin <
> markzolotoy@gmail.com>
> > > > > 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 <
> > megharajdeepak@gmail.com
> > > >
> > > > > > 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 <
> > markzolotoy@gmail.com>
> > > > > >> wrote:
> > > > > >>
> > > > > >> > ActionScript.
> > > > > >> >
> > > > > >> >
> > > > > >> > On Tue, Sep 2, 2014 at 11:08 AM, Deepak MS <
> > > > megharajdeepak@gmail.com>
> > > > > >> > 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 <
> > > > markzolotoy@gmail.com>
> > > > > >> > wrote:
> > > > > >> > >
> > > > > >> > > > Can I change that order without refactoring code?
> > > > > >> > > >
> > > > > >> > > >
> > > > > >> > > > On Tue, Sep 2, 2014 at 11:05 AM, Deepak MS <
> > > > > >> megharajdeepak@gmail.com>
> > > > > >> > > > 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 <
> > > > > >> markzolotoy@gmail.com>
> > > > > >> > > > 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
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>

Re: Line chart

Posted by mark goldin <ma...@gmail.com>.
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 <me...@gmail.com> 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" <ma...@gmail.com> wrote:
>
> > The lines are already there but not seen too good.
> >
> >
> > On Tue, Sep 2, 2014 at 1:08 PM, Deepak MS <me...@gmail.com>
> > 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 <ma...@gmail.com>
> > > wrote:
> > >
> > > > Well, works in Chrome too.
> > > >
> > > >
> > > > On Tue, Sep 2, 2014 at 12:06 PM, mark goldin <ma...@gmail.com>
> > > > 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 <
> megharajdeepak@gmail.com
> > >
> > > > > 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 <
> markzolotoy@gmail.com>
> > > > >> wrote:
> > > > >>
> > > > >> > ActionScript.
> > > > >> >
> > > > >> >
> > > > >> > On Tue, Sep 2, 2014 at 11:08 AM, Deepak MS <
> > > megharajdeepak@gmail.com>
> > > > >> > 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 <
> > > markzolotoy@gmail.com>
> > > > >> > wrote:
> > > > >> > >
> > > > >> > > > Can I change that order without refactoring code?
> > > > >> > > >
> > > > >> > > >
> > > > >> > > > On Tue, Sep 2, 2014 at 11:05 AM, Deepak MS <
> > > > >> megharajdeepak@gmail.com>
> > > > >> > > > 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 <
> > > > >> markzolotoy@gmail.com>
> > > > >> > > > 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
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > > >
> > > > >
> > > >
> > >
> >
>

Re: Line chart

Posted by Deepak MS <me...@gmail.com>.
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" <ma...@gmail.com> wrote:

> The lines are already there but not seen too good.
>
>
> On Tue, Sep 2, 2014 at 1:08 PM, Deepak MS <me...@gmail.com>
> 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 <ma...@gmail.com>
> > wrote:
> >
> > > Well, works in Chrome too.
> > >
> > >
> > > On Tue, Sep 2, 2014 at 12:06 PM, mark goldin <ma...@gmail.com>
> > > 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 <megharajdeepak@gmail.com
> >
> > > > 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 <ma...@gmail.com>
> > > >> wrote:
> > > >>
> > > >> > ActionScript.
> > > >> >
> > > >> >
> > > >> > On Tue, Sep 2, 2014 at 11:08 AM, Deepak MS <
> > megharajdeepak@gmail.com>
> > > >> > 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 <
> > markzolotoy@gmail.com>
> > > >> > wrote:
> > > >> > >
> > > >> > > > Can I change that order without refactoring code?
> > > >> > > >
> > > >> > > >
> > > >> > > > On Tue, Sep 2, 2014 at 11:05 AM, Deepak MS <
> > > >> megharajdeepak@gmail.com>
> > > >> > > > 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 <
> > > >> markzolotoy@gmail.com>
> > > >> > > > 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
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > > >
> > > >
> > >
> >
>

Re: Line chart

Posted by mark goldin <ma...@gmail.com>.
The lines are already there but not seen too good.


On Tue, Sep 2, 2014 at 1:08 PM, Deepak MS <me...@gmail.com> 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 <ma...@gmail.com>
> wrote:
>
> > Well, works in Chrome too.
> >
> >
> > On Tue, Sep 2, 2014 at 12:06 PM, mark goldin <ma...@gmail.com>
> > 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 <me...@gmail.com>
> > > 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 <ma...@gmail.com>
> > >> wrote:
> > >>
> > >> > ActionScript.
> > >> >
> > >> >
> > >> > On Tue, Sep 2, 2014 at 11:08 AM, Deepak MS <
> megharajdeepak@gmail.com>
> > >> > 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 <
> markzolotoy@gmail.com>
> > >> > wrote:
> > >> > >
> > >> > > > Can I change that order without refactoring code?
> > >> > > >
> > >> > > >
> > >> > > > On Tue, Sep 2, 2014 at 11:05 AM, Deepak MS <
> > >> megharajdeepak@gmail.com>
> > >> > > > 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 <
> > >> markzolotoy@gmail.com>
> > >> > > > 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
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> > >
> > >
> >
>

Re: Line chart

Posted by Deepak MS <me...@gmail.com>.
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 <ma...@gmail.com> wrote:

> Well, works in Chrome too.
>
>
> On Tue, Sep 2, 2014 at 12:06 PM, mark goldin <ma...@gmail.com>
> 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 <me...@gmail.com>
> > 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 <ma...@gmail.com>
> >> wrote:
> >>
> >> > ActionScript.
> >> >
> >> >
> >> > On Tue, Sep 2, 2014 at 11:08 AM, Deepak MS <me...@gmail.com>
> >> > 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 <ma...@gmail.com>
> >> > wrote:
> >> > >
> >> > > > Can I change that order without refactoring code?
> >> > > >
> >> > > >
> >> > > > On Tue, Sep 2, 2014 at 11:05 AM, Deepak MS <
> >> megharajdeepak@gmail.com>
> >> > > > 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 <
> >> markzolotoy@gmail.com>
> >> > > > 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
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> >
> >
>

Re: Line chart

Posted by mark goldin <ma...@gmail.com>.
Well, works in Chrome too.


On Tue, Sep 2, 2014 at 12:06 PM, mark goldin <ma...@gmail.com> 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 <me...@gmail.com>
> 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 <ma...@gmail.com>
>> wrote:
>>
>> > ActionScript.
>> >
>> >
>> > On Tue, Sep 2, 2014 at 11:08 AM, Deepak MS <me...@gmail.com>
>> > 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 <ma...@gmail.com>
>> > wrote:
>> > >
>> > > > Can I change that order without refactoring code?
>> > > >
>> > > >
>> > > > On Tue, Sep 2, 2014 at 11:05 AM, Deepak MS <
>> megharajdeepak@gmail.com>
>> > > > 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 <
>> markzolotoy@gmail.com>
>> > > > 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
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
>
>

Re: Line chart

Posted by mark goldin <ma...@gmail.com>.
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 <me...@gmail.com> 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 <ma...@gmail.com> wrote:
>
> > ActionScript.
> >
> >
> > On Tue, Sep 2, 2014 at 11:08 AM, Deepak MS <me...@gmail.com>
> > 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 <ma...@gmail.com>
> > wrote:
> > >
> > > > Can I change that order without refactoring code?
> > > >
> > > >
> > > > On Tue, Sep 2, 2014 at 11:05 AM, Deepak MS <megharajdeepak@gmail.com
> >
> > > > 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 <markzolotoy@gmail.com
> >
> > > > 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
> > > > > >
> > > > >
> > > >
> > >
> >
>

Re: Line chart

Posted by Deepak MS <me...@gmail.com>.
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 <ma...@gmail.com> wrote:

> ActionScript.
>
>
> On Tue, Sep 2, 2014 at 11:08 AM, Deepak MS <me...@gmail.com>
> 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 <ma...@gmail.com>
> wrote:
> >
> > > Can I change that order without refactoring code?
> > >
> > >
> > > On Tue, Sep 2, 2014 at 11:05 AM, Deepak MS <me...@gmail.com>
> > > 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 <ma...@gmail.com>
> > > 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
> > > > >
> > > >
> > >
> >
>

Re: Line chart

Posted by mark goldin <ma...@gmail.com>.
ActionScript.


On Tue, Sep 2, 2014 at 11:08 AM, Deepak MS <me...@gmail.com> 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 <ma...@gmail.com> wrote:
>
> > Can I change that order without refactoring code?
> >
> >
> > On Tue, Sep 2, 2014 at 11:05 AM, Deepak MS <me...@gmail.com>
> > 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 <ma...@gmail.com>
> > 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
> > > >
> > >
> >
>

Re: Line chart

Posted by Deepak MS <me...@gmail.com>.
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 <ma...@gmail.com> wrote:

> Can I change that order without refactoring code?
>
>
> On Tue, Sep 2, 2014 at 11:05 AM, Deepak MS <me...@gmail.com>
> 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 <ma...@gmail.com>
> 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
> > >
> >
>

Re: Line chart

Posted by mark goldin <ma...@gmail.com>.
Can I change that order without refactoring code?


On Tue, Sep 2, 2014 at 11:05 AM, Deepak MS <me...@gmail.com> 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 <ma...@gmail.com> 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
> >
>

Re: Line chart

Posted by Deepak MS <me...@gmail.com>.
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 <ma...@gmail.com> 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
>