kart3

Bold Yaxis Name

Recommended Posts

Hi

 

I face a small problem . In my chart X axis name is in Bold and Chart caption is also bold .But Y Axis doesn't seem in Bold .

 

Could any one tell a solution

Share this post


Link to post
Share on other sites

Hi,

 

Welcome to FusionCharts Forum! :)

 

Please try applying "Font Styles" on the object "YAXISNAME" to make it display Bold characters.

Ref.- http://www.fusioncha...tyles/Font.html

 

Ex: <styles>

 

<definition>

<style name='MyCaptionFontStyle' type='font' font='Verdana' size='12' bold='1' />

</definition>

 

<application>

<apply toObject='YAXISNAME' styles='MyCaptionFontStyle' />

</application>

 

</styles>

 

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