Sign in to follow this  
venkatc

Trendline Label Color

Recommended Posts

Hi,

 

You can customize the color of the line along with the text label using color attribute in <line> element.

 

Please see: http://www.fusioncharts.com/docs/?AttDesc/Trend.html

 

Additionally, to set font size to the label please define and apply a FONT style on TRNENDLINES Object. Example below:

 

<styles>
    <definition>
         <style name='MyTrendlineFont' type='font' font='Verdana' size='15'  />

    </definition>
    <application>
        <apply toObject='TRENDLINES' styles='MyTrendlineFont' />
    </application>
 </styles>      

 

Please note that you can not set color using FONT Style.

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