Sign in to follow this  
fusion_freak_

Linked Charts Caption Problem

Recommended Posts

hi i want to display caption as >40 hours / < 40 hours for linked chart i did it in following way

 

>40 hours / < 40 hours

 

but it gave invalid data.

 

same thing i worked with other pie charts it works fine,this happens only with linked charts.

 

what might be the issue?

 

 

 

i have pasted xml for only linked charts

 

 

 

xmlData.Append("<linkeddata id='" + item + "'>");

 

xmlData.Append("<chart showLegend='1' showZeroPies='0' bgColor='FFFFFF' caption='(<40 Hours / >40 Hours)' subcaption='Order for " + item + "'"

 

+ "palette='2' animation='1' formatNumberScale='0'"

 

+ " showBorder='0' exportAtClient='0' exportAction='save' exportEnabled='1' exportFileName='order_Pie_4_"

 

+ rnd.Next().ToString() + "'"

 

+ " exportHandler='" + HttpContext.Current.Request.Url.GetLeftPart(UriPartial.Authority)

 

+ HttpRuntime.AppDomainAppVirtualPath

 

+ "/App/FCExporter.aspx'>");

 

 

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