Not sure I understand the question. You can have multiple series on a chart (even a mixture of columns and lines and areas), and each can have its own data provider, and you can show/hide series with the "visible" property.
But if you mean that you want the value of a data point in a series to be reflected by the distance between two lines rather than the height of one of the lines, then I don't think there's a way to designate such "stacked" lines. In addition to a dataProvider, you can also supply a data function which can (I think) get access to other series to do some computation On Mon, Aug 11, 2008 at 4:44 PM, coder3 <[EMAIL PROTECTED]> wrote: > > Hi, > > is there a way to do stacking area/line with out of box flex3. > > for example, i have data as: > > day line1 line2 > 1 3 2 > 2 4 6 > > i choose line1 first, the chart will be 1 area: 3-4 > then i add line2, the chart will be 2 areas: line one: 3-4, line two, 5-10 > > i know that we can change to data of dataprovider to get that result, but > is > there an example for a more straight forward way? because i might have many > lines. > > thanks! > > C > > -- > View this message in context: > http://www.nabble.com/how-to-make-stacking-area-chart-in-flex3-tp18935812p18935812.html > Sent from the FlexCoders mailing list archive at Nabble.com. > > >

