daapl Report post Posted May 7, 2007 (edited) The toolText for Multi-series will by default show "<Series Name>, <Category Name>, <Data Value>". Is there any possibility to use these values in a custom toolText. Let's say for example I needed to create a toolText as: "Hello World: <Category Name> - <Series Name>", how can this be achieved? Best regards Peter Edited May 8, 2007 by Guest Share this post Link to post Share on other sites
saikat Report post Posted May 7, 2007 set the value "toolTipSepChar" attribute as '-' inside the chart tag, e.g, <chart caption='My XML File' toolTipSepChar='-'> . . . </chart> Share this post Link to post Share on other sites
daapl Report post Posted May 8, 2007 Hi, thanks for your reply! I notice now that my post wasn't rendered as i expected, since i used '>' and '<' tags. What i wanted is to be able to create any syntaxed label out of my variables. The reason for this is that i want to set n/a for all values higher than 50. But still display the SeriesName and CategoryName. Regards Share this post Link to post Share on other sites