Page 1 of 1

BUG: WebPage rendering never ends after Labels.Style change

Posted: Mon Mar 17, 2008 3:39 pm
by 9340723
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]

Posted: Mon Mar 17, 2008 6:18 pm
by narcis
Hi Hexalog,

I'm not able to reproduce the problem here neither using Httphandler nor using Session.

Could you please check what Marc suggests here about httphandler? Can you also try using Session?

If the problem persists could you please send us a simple example project we can run "as-is" to reproduce the problem here?

You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.

Thanks in advance.

Posted: Tue Mar 18, 2008 7:23 am
by 9340723
Just, sent a sample project. Uncomment the last line in Default.aspx.cs and it should then reproduce the problem we observed.

BR,

Posted: Tue Mar 18, 2008 9:08 am
by narcis
Hi Hexalog,

Thanks for the example project. I've been able to reproduce the issue here using your project. I've also checked that this works fine using our current TeeChart for .NET v3 sources so you may expect this issue being fixed for the next maintenance release.

Please be aware at this forum or our RSS Feed for new release announcements.

Posted: Tue Mar 18, 2008 9:45 am
by 9340723
That's good news. Thanks.

We actually tried this version after finding out that custom axis disappears in evaluation version 3.2.2894.29193 as soon as adding the ScrollBar tool. Since, we could not test with the latest official evaluation version since it somewhat broken and release notes refer to some fix about the scroll bar, could you confirm us this specific issue has been solved ?

We expect to purchase this product soon and almost immediately use it in production. Thanks.

Posted: Tue Mar 18, 2008 10:06 am
by narcis
Hi Hexalog,

No, I'm not able to reproduce this here. I'm adding a LegendScrollBar to a chart with a custom axis and it doesn't disappear.

Posted: Tue Mar 18, 2008 1:59 pm
by 9340723
Please, use a ScrollBarTool to add a scroll bar to the chart (not the legend) in an ASP.net project.

Thanks.

Posted: Tue Mar 18, 2008 2:39 pm
by narcis
Hi Hexalog,

Thanks for the information. I've finally ben able to reproduce the issue here and added it (TF02012916) to our defect list to be fixed for future releases.