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
Search found 5 matches
- Fri Jan 27, 2006 9:27 pm
- Forum: .NET
- Topic: Can not bulid TeeChart in VC 2005
- Replies: 9
- Views: 12109
- Fri Jan 27, 2006 8:34 pm
- Forum: .NET
- Topic: Can not bulid TeeChart in VC 2005
- Replies: 9
- Views: 12109
- Tue Apr 12, 2005 10:41 pm
- Forum: .NET
- Topic: Newbie Question: How determine MouseEneter Event assigned?
- Replies: 0
- Views: 5045
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
For eample:
if (Tchart1->MouseEnter == NULL)
Tchart1->add_MouseEnter(new System::EventHandler(...));
Eric
- Thu Mar 31, 2005 1:45 am
- Forum: .NET
- Topic: Problem with getting series color.
- Replies: 2
- Views: 5348
- Tue Mar 29, 2005 10:45 pm
- Forum: .NET
- Topic: Problem with getting series color.
- Replies: 2
- Views: 5348
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
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