I have an application in VB that contains Teechart. The application does not start on Windows7.
Milos
Search found 4 matches
- Wed Nov 21, 2012 2:22 pm
- Forum: ActiveX
- Topic: TeeChart v7 Activex and Windows 7
- Replies: 3
- Views: 7677
- Wed Nov 21, 2012 2:15 pm
- Forum: ActiveX
- Topic: TeeChart v7 Activex and Windows 7
- Replies: 3
- Views: 7677
TeeChart v7 Activex and Windows 7
Hello
I have an application with version 7 Techart ActiveX. Now we have a problem on Windows 7 I wonder if there is any solution and how?
Greetings!
Milos
I have an application with version 7 Techart ActiveX. Now we have a problem on Windows 7 I wonder if there is any solution and how?
Greetings!
Milos
- Wed Mar 14, 2007 1:26 pm
- Forum: ActiveX
- Topic: Cursor value
- Replies: 1
- Views: 3575
Cursor value
I've created several point series and now I want to display their data values in textfields. How can I do that?
How can I follow the mouse movements on ANY Series, and display the data of ALL Series in the textfields?
Regards
How can I follow the mouse movements on ANY Series, and display the data of ALL Series in the textfields?
Regards
- Tue Mar 13, 2007 7:01 am
- Forum: ActiveX
- Topic: Bottom axis label
- Replies: 1
- Views: 4097
Bottom axis label
I have time and date on bottom axis of TeeChart. Date/Time format in MS Access database had format (example): "7.3.2007 14:06:58". How can i set fixed minimum and maximum value on bottom axis? With TChart1.Axis.Bottom .Labels.MultiLine = True .Labels.DateTimeFormat = "dd.mm.yy hh:mm " .Automatic = F...