venkatc Report post Posted May 24, 2011 Hi, I am using selectscatter chart. Is it possible to display labels on top of the Data Points. Please see the attached image for more details. Regards Venkat Share this post Link to post Share on other sites
Guest Angshu Report post Posted May 24, 2011 Hi, Thanks for your post. You would need to use <displayValue> attribute in order to display a custom string value instead of numeric value. Please go through the link: http://www.fusioncha...er.htm#Anchor20 Hope this helps. Share this post Link to post Share on other sites
venkatc Report post Posted May 24, 2011 Thanks for your reply. I have used the below code in the xml. But I am not able to see the text on the graph. <dataSet id="DS2" seriesName="" Color="000000" plotBorderThickness="0" showPlotBorder="1" anchorSides="3"> <set id="S1" displayValue="Acme" x="28" y="35"/> </dataSet> Share this post Link to post Share on other sites
Guest Angshu Report post Posted May 24, 2011 Hi, Thanks for your response. Please try the same by setting <showValues='1'> atrribute inside the <chart> element. Hope this works. Share this post Link to post Share on other sites