Search found 6 matches
- Fri Nov 23, 2012 11:36 am
- Forum: .NET
- Topic: ColorGrid Legend Font
- Replies: 3
- Views: 5443
Re: ColorGrid Legend Font
Hi, I found out that behaviour I noticed seems to be related to DrawBehind property. If you add to your previous code the following line tChart1.Legend.DrawBehind = false; you should find that changes on font attributes (bold in this case, but at the same way other font attributes like size, color, ...
- Thu Nov 22, 2012 12:04 pm
- Forum: .NET
- Topic: ColorGrid Legend Font
- Replies: 3
- Views: 5443
ColorGrid Legend Font
Hello, I have two different charts (Surface and ColorGrid) displaying same data. I customized legend (text content, font size, font color, ...) With the surface chart all works as expected, instead with ColorGrid I'm facing a strange behaviour: changes applied on legend font are affecting also axis ...
- Thu Oct 11, 2012 9:18 am
- Forum: .NET
- Topic: Instalation error - Demo feature not working
- Replies: 4
- Views: 5475
Re: Instalation error - Demo feature not working
Hi Narcis,
Yes, I'm running with Administrator user permissions.
Yes, I'm running with Administrator user permissions.
- Thu Oct 11, 2012 8:49 am
- Forum: .NET
- Topic: Instalation error - Demo feature not working
- Replies: 4
- Views: 5475
Instalation error - Demo feature not working
Hello, when I installed for the first time TeeChart for .NET 2012 4.1.2012.05100 (trying with different selection options) I had some installation errors, but I did not care about because component was working and I was able to develop my application. The main problem I identified was related to dem...
- Tue Oct 09, 2012 3:21 pm
- Forum: .NET
- Topic: Application startup delay using Teechart
- Replies: 3
- Views: 4652
Re: Application startup delay using Teechart
Hello Sandra,
I made the same tests using the unsigned assemblies (Release 4.1.2012.05100 - target framework .NET 3.5) and, as far as I saw, delay time is now negligible in all cases.
So, have I to use these assemblies in my projects?
Thanks
I made the same tests using the unsigned assemblies (Release 4.1.2012.05100 - target framework .NET 3.5) and, as far as I saw, delay time is now negligible in all cases.
So, have I to use these assemblies in my projects?
Thanks
- Mon Oct 08, 2012 2:53 pm
- Forum: .NET
- Topic: Application startup delay using Teechart
- Replies: 3
- Views: 4652
Application startup delay using Teechart
Hello, I'm facing a strange delay during application startup when using TeeChart component. Trying to investigate the problem, I made some trials with an "empty" application: just a winform with and without a TChart instance creation logging some system timestamps. I found out a different behaviour,...