Page 1 of 1

Blue Border Problem with Hotspot

Posted: Fri Oct 19, 2007 8:44 am
by 9642924
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?

Image

Posted: Fri Oct 19, 2007 9:18 am
by narcis
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.

Posted: Fri Oct 19, 2007 10:59 am
by 9642924
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)

Posted: Fri Oct 19, 2007 1:40 pm
by 9642924
I got it...

i've added this code:

Code: Select all

this.WebChart1.Style.Add(HtmlTextWriterStyle.BorderStyle, "none");
this solved the problem