naveen.gupta

How Can I Apply Font Style On Trendline?

Recommended Posts

Hey Naveen,

 

Welcome to FusionCharts forum,

 

To apply a font style to the trend values, please refer to following code snippet:

 

<styles>

<definition>

<style name='MyFirstFontStyle' type='font' font='Verdana' size='12' color='FF0000' bold='1' italic='1' underline='1' />

</definition>

<application>

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

</application>

</styles>

 

I hope this helps :)

 

 

 

 

How Can i apply font style on trendline?

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Thanks for your post.

 

I am afraid, FusionCharts does not support applying font style on trendline, at this time.

 

You can apply the same on TRENDVALUES i.e display values of the trendline.

 

For more details, please visit the links below:

 

http://www.fusioncharts.com/docs/?Styles/Styles.html

 

http://www.fusioncharts.com/docs/?Styles/HowToUse.html

 

http://www.fusioncharts.com/docs/?Styles/Font.html

 

 

Hope this helps.

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