Sign in to follow this  
Arindam

Tool Tip Format

Recommended Posts

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 by Guest

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this