Sign in to follow this  
JesseD

Alignment of Pie

Recommended Posts

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!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this