Sign in to follow this  
cy163

Font size of Caption attribure of StackedArea2D

Recommended Posts

Hi ALL,

I wonder if the font size of Caption attribute of StackedArea2d is configurable and how.

Thanks

cy163

Edited by Guest

Share this post


Link to post
Share on other sites

Hi,

Yes, it is possible applying <styles>. ;)

Could you please try using including this part in the <chart> element to configure the font size of the caption?

<styles>

  <definition>

  <style name='myCaptionFont' type='font' font='Arial' size='14' color='666666' bold='1' underline='1'/>

</definition>

  <application>

  <apply toObject='Caption' styles='myCaptionFont' />

 </application>

  </styles>

Please refer to the following link for further details:

Ref.- http://www.fusioncharts.com/docs/?AttDesc/Titles.html

Hope this helps. :)

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi Felix,

We are glad that your issue is resolved.

Keep smiling and keep FusionCharting. ;)

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