hdagheda Report post Posted June 4, 2009 Hi there, i m trying to add tool tip on multi series chart but somehow its displaying extra data... i mean Multi-series & combination chart: Series Name, Category Name, Data Value i want only to display what i specify in tool tip not the default format...how i can ignore displaying series name? Thanks in advance, Heena Share this post Link to post Share on other sites
Hemant Report post Posted June 4, 2009 use seriesNameInToolTip='0'. Share this post Link to post Share on other sites
hdagheda Report post Posted June 4, 2009 Thanks hemant, its works well....cheers hey i also font wanna show data value... what about this i used DataValueInToolTip='0' but didnt work thanks again. heena Share this post Link to post Share on other sites
saptarshi Report post Posted June 5, 2009 Hello, If you wish to show only the Category name could you please try setting the toolText='text string' attribute in the label set element? An example XML-snippet is given below: <dataset seriesName='1996' color='AFD8F8' showValues='0'> <set value='25601.34' toolText='Austria'/> <set value='20148.82' toolText='Brazil'/> <set value='17372.76' toolText='France' /> <set value='35407.15' toolText='Germany' /> </dataset> <dataset seriesName='1997' color='F6BD0F' showValues='0'> <set value='57401.85' toolText='Austria' /> <set value='41941.19' toolText='Brazil' /> <set value='45263.37' toolText='France' /> <set value='117320.16' toolText='Germany' /> </dataset> Hope this helps. Share this post Link to post Share on other sites
hdagheda Report post Posted June 11, 2009 Hi, i already tried that but somehow its also taking value. actually i wanted to display without , in proper format....and at the end it was adding ,value.... so its still as it is!!! any other idea would be appreciated. Thanks Heena Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted April 20, 2010 Hi Heena, In case you are still facing the issue, please send us the XML codes that you are using so that we might test it in our lab. Share this post Link to post Share on other sites