I'm looking for an example or some ideas on how I can determine the chart size based on the parent container. I really want a way to set a chart as 100% and 100% height. However, I understand that since this is an image, this is not built in. Seems like a common task a developer would want to do. Is there an example floating around for how to do this?
Thanks, Randy
Hi Randy,
There are two ways to set the chart size to 100% of its parent panel:
1. By using docking:
This binds it to 100% of the chart control. How can I set the size of the ChartControl itself to take up 100% of the area on the webpage? Assuming this is in a html table that is set 100%, can I have the parent ChartControl take the entire area and then bind an individual chart inside to also be 100%?
Randy