Hi there,
First of all I would like to say FusionCharts is a very nice product!
Second, my problem. I guess there's a simple solution to it, but I can't find it
How can I allign my Pie Chart to the left? I'm using the RenderChart-function, but cannot find any parameters to align it:
Chart.Text = FusionCharts.RenderChart("../charts/Pie2D.swf", "", xmlData.ToString(), "sales", "400", "400", False, False, True)
Chart is an ASP.net label. I tried to align it to the left by putting the label in a table cell with "align=left". That did not work. Even using inline CSS did not work. Am I missing something here?
Furthermore, if I place a border around the label, I see the label is taking all the page instead of just a section. Could this be the problem? And how can ik fix that?
Thanks in advance for your reply!