Put them in a ColumnSet (this is what ColumnChart does implicitly for
you):
 
<CartesianChart>
   <series>
     <ColumnSet type="clustered">
          <ColumnSeries />
          <ColumnSeries />
          <ColumnSeries />
          <ColumnSeries />
    </>
  </>
</>
 
Ely.
 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Justin Makeig
Sent: Monday, March 26, 2007 9:57 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Default ColumnSeries type in CartesianChart



When I add multiple ColumnSeries to a ColumnChart they default to
displaying as clustered. 
However, when I change ColumnChart to the more general CartesianChart,
my ColumnSeries 
are stacked. I'm trying to create a generic charting component based
around CartesianChart. 
How do I tell a column series that it should render as clustered without
using a ColumnChart 
explicitly? Any help would be much appreciated.

Justin



 

Reply via email to