pitommasi Report post Posted April 16, 2013 Hi. Is there a "captionPosition" attribute for the charts (in particular column2d) to set the caption to be positioned in the top left corner? Share this post Link to post Share on other sites
Swarnam Report post Posted April 17, 2013 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
pitommasi Report post Posted April 17, 2013 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
Swarnam Report post Posted April 18, 2013 Hey, No, it is not possible by using Styles to align the caption to the top left corner of the canvas. As a suggestion, try loading an external logo which can be configured to top-left of the chart. Please refre more at: http://docs.fusioncharts.com/charts/contents/AttDesc/Logo.html Hope this helps. Share this post Link to post Share on other sites