Sign in to follow this  
Vinod P

X-Axis Label Display Value

Recommended Posts

Hi,

 

Please find the attached Chart XML(DataSSLN.xml) and the associated Chart formed(Chart_1.jpg).

 

Is there any attribute which can be added to the <set> tag which will show the display value as shown in the attachment Chart_Required.jpg.

 

Note: To form the Second Chart I gave the chart xml as 

 

 

 <set label='Jan' value='34' />
 
    <set label='Jan' value='44' />
 
    <set label='Jan' value='48' />
 
    <set label='Feb' value='54' />
 
    <set label='Feb' value='60' />
 
    <set label='Feb' value='70' />
 
    <set label='Mar' value='58' />
 
    <set label='Mar' value='62' />
 
    <set label='Apr' value='54' />
 
    <set label='Apr' value='45' />
 
    <set label='May' value='39' />
 
    <set label='May' value='23' />
 
 
Here I achieve the required result, but wanted to confirm will the order of plot points be maintained as in the xml?
 
Regards,
Vinod. 

DataSSLN.xml

post-29762-0-84941500-1369012180_thumb.jpg

post-29762-0-90675300-1369012497_thumb.jpg

Share this post


Link to post
Share on other sites

Hi Vinod,

According to your requirement, the changes you have made to the XML are correct.

Also, the data points appear in the same order as the order of set elements in the XML.

Hope this helps. :)

Edited by Haritha

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