jakkwylde

Multi-Series Bar Chart Problem

Recommended Posts

I'm having an issue with the display of a multi-series bar chart.  I want there to be only one "group" or category plotted as indicitive in my example XML below, with two bars stacked on top of each other.  When I use the following XML, everything works correctly, but the '2006' series bar is not plotted... any ideas?

--------------------------------------------

<chart caption='Costs / Square Foot' >

<categories>

  <category label='Buildings' />

  <category label='' />

</categories>

<dataset seriesName='2005' color='33FF66'>

  <set value='12' />

</dataset>

<dataset seriesName='2006' color='FF6600'>

  <set value='11' />

</dataset>

</chart>

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now