Doing evaluation of v3.2.2980.19085
We found out that assigning AxisLabelStyle.Text prevents the web page to be ever rendered.
Code: Select all
webChart.Chart.Axes.Left.Labels.Style = AxisLabelStyle.Text;
Note: Tested using Httphandler as image generator[/code]