Sign in to follow this  
joshc

Problem setting maxColWidth with horizontal bar chart

Recommended Posts

I've set the maxColWidth property, but it doesn't seem to work with a horizontal 3D stacked bar chart.

 

 

 

Here's the XML:

 

 

 

 

<chart maxColWidth="50" decimals="0" yAxisValuesStep="2" showValues="0" borderThickness="1" showBorder="1" yAxisName="Count">

 

<categories>

 

<category label="cat1"/>

 

<category label="cat2"/>

 

</categories>

 

<dataset seriesName="Series1">

 

<set value="3"/>

 

<set value="3"/>

 

</dataset>

 

<dataset seriesName="Series2">

 

<set value="0"/>

 

<set value="0"/>

 

</dataset>

 

</chart>

 

 

 

 

Thanks,

 

Josh

Edited by Guest

Share this post


Link to post
Share on other sites

Hi Vijay,

 

Could you please let us know the chart and whether Flash or JavaScript version, that you are using?

 

Also, please send us the relevant XML data that you are currently using.

 

Awaiting your reply.

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