Search found 6 matches
- Mon Jun 09, 2008 9:00 am
- Forum: ActiveX
- Topic: Display item by group
- Replies: 1
- Views: 3826
Display item by group
This is my MS SQL query select LicenseNo, month(timeIN) as month, count(visitID) as bilPatient from visit where HQLicenseNO='MYHQD00007' and year(timeIn)=2007 group by LicenseNo, month(timeIN) order by month this gave result as below LicenseNo month bilPatient MYCLD00008 1 1 MYCLD00008 8 9 MYCLD0000...
- Wed May 28, 2008 10:04 am
- Forum: ActiveX
- Topic: X value display wrongly
- Replies: 4
- Views: 6398
- Tue May 27, 2008 10:21 am
- Forum: ActiveX
- Topic: X value display wrongly
- Replies: 4
- Views: 6398
- Tue May 27, 2008 10:11 am
- Forum: ActiveX
- Topic: X value display wrongly
- Replies: 4
- Views: 6398
X value display wrongly
Hi all, I'm new with TeeChart. I have create a simple TeeChart where the data read from our database. For example: <!--#include file = "../Idle.asp"--> <!--#include File = "../../DBConnection/epmiDB.asp"--> <!--METADATA NAME="TeeChart Pro v6 ActiveX Control" TYPE="TypeLib" UUID="{54294AC6-FA71-4C7F-...
- Thu Aug 02, 2007 3:53 am
- Forum: ActiveX
- Topic: TeeChart series color
- Replies: 2
- Views: 7010
thanks
Thanks Edu...
- Wed Aug 01, 2007 5:54 am
- Forum: ActiveX
- Topic: TeeChart series color
- Replies: 2
- Views: 7010
TeeChart series color
hi... i'm new in TeeChart. I've go through TeeChart about 1 month. I start to create a chart in VB. i want to ask about the series properties. 1. how i can set the series color. I used the default TeeChart color there is red, green and yellow. sometime i also used vbCyan, vbBlue... I write as Chart....