Jump to content
Software FX Community

PointLabels in Flash Charts


User (Legacy)

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...