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.
Crosstab Chart - Grid
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
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
Pep Jorge
http://support.steema.com
http://support.steema.com
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.
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 .
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 .
Pep Jorge
http://support.steema.com
http://support.steema.com