Hi there
I've noticed a strangle Problem.
I've added a hotspot to my chart. After that when i load my chart i get a blue border around my chart area. I've tried to set the border visible = false and to another color but nothing helps. If i deactivate the hotspot, the blue border is gone.
Any idea for this problem?
Blue Border Problem with Hotspot
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi mueco,
I'm not able to reproduce the problem here using latest TeeChart for .NET v2 and v3 releases. Could you please send us a simple example project we can run "as-is" to reproduce the problem here and let us know the exact TeeChart version you are using?
You can post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.
Thanks in advance.
I'm not able to reproduce the problem here using latest TeeChart for .NET v2 and v3 releases. Could you please send us a simple example project we can run "as-is" to reproduce the problem here and let us know the exact TeeChart version you are using?
You can post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.
Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
http://www.john-5.net/SteemaChart.rar
What i did:
-Set Background to white.
-Add a Bar Series to the Chart
-Add Random Data to the Bar Series.
-Add a Hotspot to the Tools Collection.
(All settings made with Designer Tool not at runtime)
What i did:
-Set Background to white.
-Add a Bar Series to the Chart
-Add Random Data to the Bar Series.
-Add a Hotspot to the Tools Collection.
(All settings made with Designer Tool not at runtime)
I got it...
i've added this code:
this solved the problem
i've added this code:
Code: Select all
this.WebChart1.Style.Add(HtmlTextWriterStyle.BorderStyle, "none");