TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
-
mueco
- Newbie

- Posts: 10
- Joined: Fri Oct 27, 2006 12:00 am
Post
by mueco » Fri Oct 19, 2007 8:44 am
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?

-
Narcís
- Site Admin

- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
-
Contact:
Post
by Narcís » Fri Oct 19, 2007 9:18 am
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.
-
mueco
- Newbie

- Posts: 10
- Joined: Fri Oct 27, 2006 12:00 am
Post
by mueco » Fri Oct 19, 2007 10:59 am
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)
-
mueco
- Newbie

- Posts: 10
- Joined: Fri Oct 27, 2006 12:00 am
Post
by mueco » Fri Oct 19, 2007 1:40 pm
I got it...
i've added this code:
Code: Select all
this.WebChart1.Style.Add(HtmlTextWriterStyle.BorderStyle, "none");
this solved the problem