Page 1 of 1

Crosstab Chart - Grid

Posted: Fri Aug 12, 2005 12:51 am
by 9525099
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.

Posted: Fri Aug 12, 2005 7:58 am
by Pep
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

Posted: Sat Aug 13, 2005 1:56 pm
by 9525099
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.

Posted: Tue Aug 16, 2005 6:49 am
by Pep
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 .

Posted: Wed Mar 01, 2006 6:50 pm
by 9525099
Pep,

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