Sign in to follow this  
nomori

Can The Font Of Caption Be Partially Changed?

Recommended Posts

Can the font of CAPTION be partially changed?

 

(For instance, in the following codes.)

 

<chart caption='Sales<font color="#ff0000">Jan </font> ' />
...

<styles>
<definition>
<style name='CaptionValueStyle' type='font' isHTML='1' size='12'  />
</definition>
<application>
<apply toObject='CAPTION' styles='CaptionValueStyle'  />
</application>
</styles>

</chart>

Share this post


Link to post
Share on other sites
Guest Rajroop

Hi there,

 

Sure - Why not? Do check the attached image file and see what happens when use the code as below:

 

<style name='CaptionValueStyle' type='font' isHTML='1' size='50' />

 

I hope this helps. :)

post-5202-092016500 1291645149_thumb.jpg

Share this post


Link to post
Share on other sites

thanks for your help.

 

It knows it.

However, my wanting to change is at a part of the character string.

Does the method exist?

 

For instance, to the following

Monthly Revenue(2010)

 

 

Hi there,

 

Sure - Why not? Do check the attached image file and see what happens when use the code as below:

 

<style name='CaptionValueStyle' type='font' isHTML='1' size='50' />

 

I 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
Sign in to follow this