Sign in to follow this  
Arindam

Trendline Value on more than one line

Recommended Posts

Hi,

Could you please use style for this supports?

if you are useing dataXML:

<trendLines>

  <line startvalue='24' displayValue='Primary%26lt;BR%26gt;NAAQS%26lt;BR%26gt;Standard' color='FF0000' thickness='1' isTrendZone='0'  />

</trendLines>

<styles>

  <definition>

  <style name='myHTMLFont' type='font' isHTML='1'  />

  </definition>

  <application>

  <apply toObject='TRENDVALUES' styles='myHTMLFont'  />

  </application>

</styles>

if you are useing DataURL:

<line startvalue='24' displayValue='Primary<BR>NAAQS<BR>Standard' color='FF0000' thickness='1' isTrendZone='0'  />

 

Note: %26lt;BR%26gt; , <BR> here BR must be upper case

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