Sign in to follow this  
nomori

"yAxisValuesStep" does not work on MSCombiDY2D.swf

Recommended Posts

The value of Primary-Y-axis Values and Secondry-Y-axis Values disappears when setting it as follows.

 

 

 

My XML code:

 

&ltchart showValues='0' showDivLineSecondaryValue='1' showYAxisValues='1' showSecondaryLimits ='0' yAxisValuesStep ='50' SYAxisMaxValue ='150' &gt

 

&ltcategories&gt

 

&ltcategory label='??'/&gt

 

&ltcategory label='??'/&gt

 

&lt/categories&gt

 

&ltdataset seriesName='??'&gt

 

&ltset value='17258231' /&gt

 

&ltset value='5414412' /&gt

 

&lt/dataset&gt

 

&ltdataset seriesName='??'&gt

 

&ltset value='15845440' /&gt

 

&ltset value='4047458' /&gt

 

&lt/dataset&gt

 

&ltdataset seriesName='???' renderAs='column' parentYAxis='S'&gt

 

&ltset value='91.8138133624472' /&gt

 

&ltset value='74.7534173609249' /&gt

 

&lt/dataset&gt

 

&lttrendLines&gt

 

&ltline valueOnRight='1' parentYAxis='S' startValue='100' color='FF0000' displayValue='100' dashed='1'/&gt

 

&lt/trendLines&gt

 

&lt/chart&gt

 

 

 

Are there an attribute etc. that should be set at the same time?

Edited by Guest

Share this post


Link to post
Share on other sites

Hi,

The value of Primary-Y-axis Values and Secondry-Y-axis Values are not displayed because of the other attribute yAxisValuesStep ='50'  in the <chart> element.

The attribute yAxisValuesStep ='50'  specifies the number of div line values you wish to skip in the  chart. Here '50' specifies to skip 50 div line values and display every 51st value on the chart. As you do not have so many div lines to display so all the values seem to disappear. Please try setting a smaller value for the attribute.

Ref.- <chart showValues='0' showLabels='1' showDivLineSecondaryValue='1' showYAxisValues='1' showSecondaryLimits ='1' yAxisValuesStep ='2' SYAxisMaxValue ='150' >

Hope this resolves your issue. :D

Edited by Guest

Share this post


Link to post
Share on other sites

Hi! Sanjukta

 

 

 

I got it!

 

And I was able to want to do.

 

 

 

Thank you for your help.

Edited by Guest

Share this post


Link to post
Share on other sites

Hi,

You are most welcome. :)

Glad that your issue is resolved.

Please feel free to revert in case you have further queries.

Happy FusionCharting! :D

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