Jump to content
Software FX Community

Changing Chart Height


jonny75904@yahoo.com

Recommended Posts

I guess let me get a bit more specific.  We are using ChartFX as a .NET control, not an image.  The chart exists as part of a 2 cell table.  The left cell contains a tree style control to select charting options, and the chart is in the cell to the right. 

When the page loads, this does not work:

this

._prodAndInjChart.Height = Unit.Percentage(100);This DOES get the chart on the screen,  

this

._prodAndInjChart.Height = Unit.Pixel(600);

But there's no way to really know what the actual height of the table is.  The result is a chart that does not "fit."  We need a way for it to dynamically "inflate" to fit the cell.

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...