Sign in to follow this  
troislionfr

Label Display Problem

Recommended Posts

Hi,

 

I am using the MSColumn3DLineDY chart. (V3.2)

 

With a single category data, the label is diplayed at the top of the chart, above the title.

 

The labels work fine with more than one category.

 

The labeldisplay='STAGGER' causes the problem.

 

Is it a bug or a foreseen behavior of the stagger option?

XML:

<chart caption="Sales Summary" subCaption="For the year 2010" palette='2' animation='1' PYAXisName='NNC' SYAxisName='NNAR' labeldisplay='STAGGER' seriesNameInToolTip='0' showValues='0' bgcolor='FFFFFF'>

 

<categories>

<category label="Quarter 1"/>

</categories>

<dataset seriesName="Products">

<set value="232400"/>

</dataset>

<dataset seriesName="Services" renderAs="line" parentYAxis="S" showValues="1" valuePosition="BELOW">

<set value="147400"/>

</dataset>

</chart>

 

post-31091-0-12811400-1351251806_thumb.jpg

post-31091-0-91319500-1351251817_thumb.jpg

 

Share this post


Link to post
Share on other sites
Guest Bindhu

Hi,

 

Seems like a bug.

 

We are looking into it and would update this post as and when it is fixed.

 

Hope this helps!

Edited by Bindhu

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