Prakash Report post Posted October 22, 2008 In my graph i need to add Tool tip which has multiple line. Is there any way. Thanks prakash Share this post Link to post Share on other sites
Arindam Report post Posted October 23, 2008 (edited) Hi, Could you please use Styles and follow this step? Add this Styles with in charts XML <styles> <definition> <style name='TTipFont' type='font' isHTML='1' /> </definition> <application> <apply toObject='TOOLTIP' styles='TTipFont' /> </application> </styles> if you use DataXML method then use this <set value='100' label='Jan' toolText='Line1%26lt;BR%26gt;Line2%26lt;BR%26gt;Line3' /> if you use DataURL method then use this <set value='100' label='Jan' toolText='Line1<BR>Line2<BR>Line3' /> Note: BR must be within CAPS Edited October 23, 2008 by Guest Share this post Link to post Share on other sites