sanjshah Report post Posted June 4, 2010 Hi, I have tried to hide the labels on a pie chart but cannot get this to work: Response.Write("<chart caption = '" & title &" ' &pieYscale='"& 45 & "' showPercentageInLabel ='"& 0 &" ' &showLabels='"& 0 &" ' &showValues='"& 0 &" ' &pieRadius ='"& 100 &"'>" & vbCrLf) Any ideas? Thanks Share this post Link to post Share on other sites
webchartuser Report post Posted June 4, 2010 Did you try setting enableSmartLabels' to '0' in the element? Share this post Link to post Share on other sites
sanjshah Report post Posted June 6, 2010 Thanks I tried that but the values displays: <?xml vesion="1.0" encoding="ISO-8859-1"?> <chart caption = 'Handover Status ' pieYscale='55' showPercentageInLabel ='0' enableSmartLabels='0 ' showLabels='0 ' showValues='0 ' pieRadius ='100'> <set value='0' color='B3FFB3' label = 'Completed' enableSmartLabels='0'/> <set value='298' color='FF7979' label = 'Outstanding' enableSmartLabels='0'/> </chart> I would like to only show the information when the user mouseover the relevant segment. Thanks Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted June 7, 2010 Hi, We have tested your XML codes in our lab and it seems to work fine. Please make sure that you should not be providing any space inside the single quotes while declaring the value of an attribute in the XML file. Ref.- showLabels='0 ' showValues='0 ' Also, please try using the XML that we are sending you as an attachment. Hope this helps. pie.xml Share this post Link to post Share on other sites
sanjshah Report post Posted June 7, 2010 Yes thats perfect thanks again! Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted June 7, 2010 Hi, You are welcome. Glad that your issue is resolved. Keep smiling and keep FusionCharting. Share this post Link to post Share on other sites