Koushik Report post Posted April 27, 2009 Hi, This is Koushik Chakrabarti from Hartford, Connecticut - USA. I have been using Fusioncharts in our project where we need to show MSCombiDY2D chart for statistical data display. I need to know whether there is any feature or property in the fusionchart V3 API to set the dimensions of the legends in a MSCombiDY2D chart. In one example in our project, the legend description is so long that it wraps to the next line. Whereas it already has lots of white space to its left. See the image attached. Would appreciate if someone responds to this requirement. Thanks, Koushik. Share this post Link to post Share on other sites
Dhruva Report post Posted April 28, 2009 Hello, Unfortunately, that is not possible at the time. But you can make the legend bar the same colour as the canvas by putting legendBorderThickness='0' legendBorderAlpha='0' legendShadow ='0' legendbgalpha='0' in the <chart> element. I hope this helps, somewhat. Share this post Link to post Share on other sites
Koushik Report post Posted May 1, 2009 Thanks for the reply Dhruva. Will these attributes in chart element help me to make the legend text 'Cumulative % Mailed' appear on one line? Or will it break into the next line the way it happens now? Thanks, Share this post Link to post Share on other sites
Dhruva Report post Posted May 4, 2009 No, unfortunately. However, you could append to the end of 'Mailsets Mailed' (eg- 'Mailsets Mailed ' ) to put a newline break there. I hope this helps. Share this post Link to post Share on other sites