Search found 15 matches

by mcpang
Tue Sep 14, 2010 1:22 am
Forum: .NET
Topic: Unable to change the bar color
Replies: 7
Views: 9247

Re: Unable to change the bar color

Sorry, can you elaborate on what you have mentioned in the previous post regarding on the solution?

Thanks.
by mcpang
Thu Sep 09, 2010 3:29 am
Forum: .NET
Topic: Unable to change the bar color
Replies: 7
Views: 9247

Re: Unable to change the bar color

Hi,

Attached is simple test application to illustrate the problem.

I also noticed that if I commented off this line of code, it works.

series.Colors.Add(series.Color);

Thanks.
by mcpang
Thu Sep 09, 2010 3:19 am
Forum: .NET
Topic: Unable to change the panel color
Replies: 4
Views: 6251

Re: Unable to change the panel color

Thanks for the reply.
Manage to get it works by doing the code provided by you.
by mcpang
Wed Sep 08, 2010 3:28 am
Forum: .NET
Topic: Unable to change the bar color
Replies: 7
Views: 9247

Re: Unable to change the bar color

Yes, there is a thread to update the bar value. I have done more debugging, and noticed the following: The thread updates the bar value in 100ms interval. For testing purpose, I changed the code to update the bar value at a longer interval (such as 5 secs), and I am able to change the bar color. I d...
by mcpang
Wed Sep 08, 2010 2:16 am
Forum: .NET
Topic: Unable to change the panel color
Replies: 4
Views: 6251

Re: Unable to change the panel color

I have tried setting the panel's gradient to false. But it didn't help.

I have also tried the following code, but it still don't work.
tChart1.Panel.Brush.Color = Color.Red

Sorry, actually TeeChart2005 refers to TeeChartv2 for VS NET 2005.
by mcpang
Tue Sep 07, 2010 2:36 am
Forum: .NET
Topic: Unable to change the bar color
Replies: 7
Views: 9247

Unable to change the bar color

Hi, I have created a bar chart using TeeChart. I am able to change the bar color using the following code: series.Color = Color.Red However, the bar color cannot be changed using the above code when the bar value is changing at the same time. The above code is working fine in TeeChart v2005, but fai...
by mcpang
Tue Sep 07, 2010 1:55 am
Forum: .NET
Topic: Unable to change the panel color
Replies: 4
Views: 6251

Unable to change the panel color

Hi,

I am unable to change the panel color using the following code:

tChart1.Panel.Color = Color.Red;

The above code is working fine in TeeChart v2005, but fail to work in TeeChart v2010.

Please help.

Thanks.
by mcpang
Fri Aug 20, 2010 3:30 am
Forum: .NET
Topic: Display issue of Annotation in TeeChart 2010
Replies: 4
Views: 7825

Display issue of Annotation in TeeChart 2010

I am using Steema.TeeChart.Tools.Annotation and I property "Top" and "Left" to position the textbox. It works fine in TeeChart v2009 but in TeeChart 2010, the textbox is always at 0,0(top left corner) even i have set its "Top" and "Left" to something else. Below is the code that i am using: Annotati...
by mcpang
Wed Jun 09, 2010 3:33 am
Forum: .NET
Topic: Display issue when using UseOrigin property
Replies: 6
Views: 10232

Re: Display issue when using UseOrigin property

Hi Yeray,

Is there any date that we are looking at for the fix to be released? or does the 2010 version of Teechart resolve this issue?
by mcpang
Wed Jun 09, 2010 3:32 am
Forum: .NET
Topic: Exception in TeeChart v2009 when using SideAll Style
Replies: 3
Views: 5519

Re: Exception in TeeChart v2009 when using SideAll Style

Hi Yeray,

Is there any date that we are looking at for the fix to be released? or does the 2010 version of Teechart resolve this issue?
by mcpang
Fri Jun 04, 2010 8:24 am
Forum: .NET
Topic: Display issue when using UseOrigin property
Replies: 6
Views: 10232

Display issue when using UseOrigin property

Hi, The issue occurs in Tchart 2009 with the following scenarios: - UseOrigin of bar is set to false. - MultiBar of bar is set to SideAll. If we change the UseOrigin to true OR Multibar set to Side, we will not have any issue. We do not see this issue in the older version of Tchart. Refer to TestBar...
by mcpang
Fri Jun 04, 2010 8:20 am
Forum: .NET
Topic: Exception in TeeChart v2009 when using SideAll Style
Replies: 3
Views: 5519

Exception in TeeChart v2009 when using SideAll Style

Hi, Exception occur when MultiBar of bar is set to SideAll. The exception occurs in TChart 2009 with the following scenarios: - the chart has 2 series and each series has only 1 bar. - MultiBar of bar is set to SideAll. The exception error is : System.IndexOutOfRangeException: Index was outside the ...
by mcpang
Fri May 07, 2010 8:46 am
Forum: .NET
Topic: Performance
Replies: 3
Views: 5240

Re: Performance

Hi, Attached is the sample applications for both versions. Do take note that I did not include both the binaries (v2 and v2009) for TeeChart.dll in the samples. We are doing the test base on a core 2 dual system running at ~2.8ghz with 2 gb ram but with the cpu affinity set to 1 for the respective s...
by mcpang
Fri Apr 30, 2010 7:23 am
Forum: .NET
Topic: Performance
Replies: 3
Views: 5240

Performance

Hi, We had notice a performance drop of about 20% when I upgrade from TeeChart v2 to v2009. For TeeChart v2, I am using .NET framework 2.0 while the v2009 version is using .NET framework 3.5. The scenario is as follow: 1) Plot data using TeeChart v2 with .NET framework 2.0 (Fastline series). 2) Take...
by mcpang
Mon Apr 19, 2010 7:02 am
Forum: .NET
Topic: Installation issue in 64bit environment
Replies: 1
Views: 3295

Installation issue in 64bit environment

Hi, I had an issue when installing the latest TeeChart.Net2009 for VS2008. Multiple errors were shown one after another during the installation process. However, after clicking "Don't Send" for each error dialog, the installation is able to proceed until it completes. I did not try compiling as ther...