Search found 5 matches

by LAVco
Fri Jan 27, 2006 9:27 pm
Forum: .NET
Topic: Can not bulid TeeChart in VC 2005
Replies: 9
Views: 11022

Ooops I see the reason I did not see it is it is for V2 and not V1. I take it here will be no fix for version 1?

Eric
by LAVco
Fri Jan 27, 2006 8:34 pm
Forum: .NET
Topic: Can not bulid TeeChart in VC 2005
Replies: 9
Views: 11022

>>It works fine using the Debug Build available at our Customer
>>Download Area.
>>Best Regards
>>Narcís Calvet

Narcis I too am having problems using it in VS2005 C++. Is the Debug Build is the UpdateBuild (Build 1.1.2179.21092)? If so, I am still having problems.

Eric
by LAVco
Tue Apr 12, 2005 10:41 pm
Forum: .NET
Topic: Newbie Question: How determine MouseEneter Event assigned?
Replies: 0
Views: 4811

Newbie Question: How determine MouseEneter Event assigned?

I am current using VC++ 7.1. How determine MouseEneter Event assigned? If I use MouseEnter, I get token error.

For eample:

if (Tchart1->MouseEnter == NULL)
Tchart1->add_MouseEnter(new System::EventHandler(...));

Eric
by LAVco
Thu Mar 31, 2005 1:45 am
Forum: .NET
Topic: Problem with getting series color.
Replies: 2
Views: 5102

Hi Chris.

Found the problem was the VS 2003 watch window always showing Black when it was actually a color.

Thanks.
by LAVco
Tue Mar 29, 2005 10:45 pm
Forum: .NET
Topic: Problem with getting series color.
Replies: 2
Views: 5102

Problem with getting series color.

Has anyone used TeeChart in VC++7.1 to get series color?
Currently I always get black for color on each line series I poll.
I am using:
System::Drawing::Color seriesColor = TChart->get_Item(1)->Color;

Eric