Sign in to follow this  
Rahul Kumar

scroll column2d singles set

Recommended Posts

Hi,

 
You could add color attribute in all <set.../> element, which will make each column in different color. 
 
Example:
 
<chart.....>
<categories>
.....
......
</categories>
<dataset>
<set color='{color code}' value.... />
<set color='{color code}' value.... />
<set color='{color code}' value.... />
<set color='{color code}' value.... />
...
....
...
</dataset>
</chart>
Edited by Guest

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