Crosstab Chart - Grid

TeeChart for ActiveX, COM and ASP
Post Reply
jetgeek
Newbie
Newbie
Posts: 13
Joined: Thu Dec 02, 2004 5:00 am

Crosstab Chart - Grid

Post by jetgeek » Fri Aug 12, 2005 12:51 am

Is it possible to create a crosstab chart on the canvas of the teeChart Control? What I would like to accomplish is the following:

Create a table with 3 columns and 5 rows that contains the following data:

---------------------------------------------------
Averages Percentile Num
---------------------------------------------------
Math | 98 | 25
English | 80 | 15
History | 75 | 35
---------------------------------------------------

Thanks.

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Fri Aug 12, 2005 7:58 am

Hi,

the TeeChart Pro v7 includes a DBCrossTabSource component. You can see one example of use in the Demo Features project under :
All Features -> Welcome ! -> DataBase Charts -> DB CrossTab source

jetgeek
Newbie
Newbie
Posts: 13
Joined: Thu Dec 02, 2004 5:00 am

Post by jetgeek » Sat Aug 13, 2005 1:56 pm

I apologize, I guess I should have made my question more clear, but what I am trying to achive is actually creating the physical crosstab on the canvas as in the example stated above. I understand the crosstab table source method, but I do not want the bars. I would like to actually display the values in a table like format on the canvas itself.

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Tue Aug 16, 2005 6:49 am

Hi,

in this case you will have to use the canvas techniques, for more information please see the Tutorial 13 - Custom drawing on the Chart Panel .

jetgeek
Newbie
Newbie
Posts: 13
Joined: Thu Dec 02, 2004 5:00 am

Post by jetgeek » Wed Mar 01, 2006 6:50 pm

Pep,

Tanks. We used the VSFlexGrid to display. It worked better than trying to display using the canvas text methods.

Post Reply