pitommasi

Set Caption/subcaption Position For Charts

Recommended Posts

Hi,

 

It is possible to align the caption to left by applying Styles to "Caption" object.

 

 <styles>
      <definition>
         <style name='myFontStyle' type='font' align='left' />
      </definition>
      <application>
         <apply toObject='Caption' styles='myFontStyle' />
      </application>
   </styles>

Hope this helps.

Share this post


Link to post
Share on other sites

Thank you, this way however the caption is aligned to the top left corner of the canvas:

 

can the caption of the chart be aligned to the top left corner of the whole component instead (i.e. the top left corner of the flash object)?

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