Jump to content
Software FX Community

Chart Width Percentage Not Working


Zorkon

Recommended Posts

I have a share point webpart that contains the chart in a .net rendered format and I am trying to set the property width to a percentage. However, when I set the property width to a percentage the chart does not expand to 100% of the space available. As a matter of fact, when I change from unit pixel to percentage, the chart does not display. I did the following:

chart.width = unit.percentage(100);

chart.height = unit.percentage(100);

chart.ImageSetting.Sizeable = true;

Is there a solution to this problem?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...