fusion_freak_ Report post Posted October 17, 2012 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