TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
-
Hexalog
- Newbie
- Posts: 10
- Joined: Tue Jan 25, 2005 5:00 am
Post
by Hexalog » Mon Mar 17, 2008 3:39 pm
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]
-
Narcís
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
-
Contact:
Post
by Narcís » Mon Mar 17, 2008 6:18 pm
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.
-
Hexalog
- Newbie
- Posts: 10
- Joined: Tue Jan 25, 2005 5:00 am
Post
by Hexalog » Tue Mar 18, 2008 7:23 am
Just, sent a sample project. Uncomment the last line in Default.aspx.cs and it should then reproduce the problem we observed.
BR,
-
Narcís
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
-
Contact:
Post
by Narcís » Tue Mar 18, 2008 9:08 am
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.
-
Hexalog
- Newbie
- Posts: 10
- Joined: Tue Jan 25, 2005 5:00 am
Post
by Hexalog » Tue Mar 18, 2008 9:45 am
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.
-
Narcís
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
-
Contact:
Post
by Narcís » Tue Mar 18, 2008 10:06 am
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.
-
Hexalog
- Newbie
- Posts: 10
- Joined: Tue Jan 25, 2005 5:00 am
Post
by Hexalog » Tue Mar 18, 2008 1:59 pm
Please, use a ScrollBarTool to add a scroll bar to the chart (not the legend) in an ASP.net project.
Thanks.
-
Narcís
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
-
Contact:
Post
by Narcís » Tue Mar 18, 2008 2:39 pm
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.