I want my gantt chart should adjust height as per content displayed. It should adjust as per the no of rows (ResourceNames) displayed in it.
When I gave fixed height, chart displayed as per height given, However when I gave 100% height, chart did not display at all. I have given below my syntax.
Please advice.
return FusionCharts.RenderChartHTML("FusionCharts/Gantt.swf", "", sbChartXML.ToString(), "myNext", "100%", "100%", false, false);