Sign in to follow this  
qvrb

P&S Axisnames

Recommended Posts

I'm trying to generate a chart with MSColumn3DLineDY

 

 

 

I've two dataseries, and i'd like to have an axis label on either side and format the axis appropriately.

 

 

 

i'm using two dataseries with an parentYAxis="S" and parentYAxis="P"

 

 

 

I'm also using pAxisName="value" and sAxisName="Number of Txns"

 

 

 

but the axisnames do not appear - any help welcome

Share this post


Link to post
Share on other sites

Hi,

pAxisName, sAxisName are invalid attribute.  Could you please use <chart> attributes -  PYAxisName, SYAXisName?

i.e

<chart ...  PYAxisName="value"  SYAXisName="Number of Txns" .. >

Chart Titles and Axis Names
Using these attributes, you can set the various headings and titles of chart like caption, sub-caption, x-axis and y-axis names etc.

Attribute Name Type Description
caption String Caption of the chart.
subCaption String Sub-caption of the chart.
xAxisName String X-Axis Title of the Chart.
PYAxisName String Primary Y-Axis title.
SYAXisName String Secondary y-axis title

Please visit this link

http://www.fusioncharts.com/docs/Contents/ChartSS/MSCol3DLineDY.html

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