I had only used the type="stacked" property on ColumnSet. You can, however put column series on a CartesianChart, along with other series types.
On Mon, Aug 11, 2008 at 5:00 PM, coder3 <[EMAIL PROTECTED]> wrote: > > I have found this regarding stacking charts, which can be helpful: > > http://livedocs.adobe.com/flex/3/html/help.html?content=charts_displayingdata_11.html > > the problem is my chart is CartesianChart, is there a way to get stacking > in > CartesianChart? > > thanks! > > C. > > > coder3 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. > > > > > > > > -- > View this message in context: > http://www.nabble.com/how-to-make-stacking-area-chart-in-flex3-tp18935843p18935957.html > Sent from the FlexCoders mailing list archive at Nabble.com. > > >

