User (Legacy) Posted December 18, 2006 Report Share Posted December 18, 2006 Hi, I have a chart that I am exporting to flash for use in printing as well as rendering to PNG output for display on a webpage. I have set the pointlabels to be the following: Chart1.Point[0,i].Tag = name + "\n" + val; Chart1.Point[0,i].PointLabelFont = new Font("Verdana", 8, System.Drawing.FontStyle.Bold); Chart1.Point[0,i].PointLabels = true; When this gets rendered in the PNG it comes up nicely over two lines. In the flash swf - it seems to get to the line break "\n" and chokes and anything after that does not get displayed. Does the flashwriter handle linebreaks in point labels correctly? Is there a workaround (another linebreak character?) that will work for flash? Thanks, Dan. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.