<CartesianChart>

   <series>

       <AreaSet type="stacked">

           <AreaSeries ... />

           <AreaSeries ... />

        </>

      <LineSeries ... />

    </>

   ....

 </>

       

 

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Sandeep Malik
Sent: Tuesday, May 29, 2007 12:14 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Superimposing chart.

 

Not sure, but try to use one of the following:
1. Use "annotationElements" of area chart and put line series as 
annotation element.

2. Use "backgroundElements" of line series and put area chart as 
background element.

PS: Suggestion 2 might interfere with the grid lines of line series.

Regards,
Sandeep

--- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
, "ivansebastiansurya" 
<[EMAIL PROTECTED]> wrote:
>
> Hi everyone,
> 
> Is it possible to have two area series, stacked on top of each 
other, 
> superimposed (overlaid) to a line series? The idea is to have the 
area 
> chart stacked and the line series appear in front of the stacked 
area 
> chart.
> Thanks,
> 
> Ivan.
>

 

<<image001.jpg>>

<<image002.jpg>>

Reply via email to