Sign in to follow this  
tztun

hide some data in multi series charts

Recommended Posts

i am creating a multi series column 3D chart and i'd like to know if i can hide some values.

For example, Sales data for companies group by month and company A has 0 values for the month of  July, August,etc and I want to hide those '0' columns.

When i set the values as <set value=''/>, it hide the column but leaves a gap between columns. I'd like to know if there is a way to hide insignificant data from the chart.

Thanks in Advance.

Share this post


Link to post
Share on other sites

Hi,

 

 

 

The best way to keep a data plot hidden without leaving a gap is to remove that particular <set> element altogether from the XML of the chart.

 

 

 

Hope this helps. :)

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
Sign in to follow this