My boss want both a printout of the grid values being the basis of the plots, but also be able to export them to a CSV file. It seems not being able with tChartGrid (at least I have not found any methods for this) so until now I have tried to use tJvGrid and tJvGridPrinter, but it is buggy and if starting printing with wrong button (two print icons are shown) nothing works at all, while pressing the other button starts an infinite printout of the first grid row on top of each page.
I hope in future I will be able to use tChartGrid to print out the grid or export it for further statistic analysis with either Excel or SPSS and alike.
Printing gridvalues?
-
- Newbie
- Posts: 26
- Joined: Tue Apr 02, 2002 5:00 am
- Location: University of Oslo
- Contact:
Hi,
Printing data directly from TChartGrid is not yet supported. It is on our wish list to be considered for further releases.
Right now you could manually draw chart grid values on printer page (drawing to preview canvas is demonstrated in one of Teechart examples, check the Demo Features project for "Custom Drawing example") or use other 3rd party reporting tool to append series values (table) to page.
Printing data directly from TChartGrid is not yet supported. It is on our wish list to be considered for further releases.
Right now you could manually draw chart grid values on printer page (drawing to preview canvas is demonstrated in one of Teechart examples, check the Demo Features project for "Custom Drawing example") or use other 3rd party reporting tool to append series values (table) to page.
Pep Jorge
http://support.steema.com
http://support.steema.com
-
- Newbie
- Posts: 1
- Joined: Tue Dec 20, 2016 12:00 am
Re: Printing gridvalues?
I note that in 2006 there was a comment:
"Printing data directly from TChartGrid is not yet supported. It is on our wish list to be considered for further releases. "
It is now 2017. Is this now possible?
I have a ChartGrid that is attached to a Chart:
QDChartGrid.Chart := QueueChart;
The QDChartGrid populates successfully when each new series is added to the QueueChart.
How can I retrieve the values in each of the cells from the QDChartGrid?
I want to select certain values from certain cells. It seem a fairly straightforward task, but this is proving very difficult.
Thanks
"Printing data directly from TChartGrid is not yet supported. It is on our wish list to be considered for further releases. "
It is now 2017. Is this now possible?
I have a ChartGrid that is attached to a Chart:
QDChartGrid.Chart := QueueChart;
The QDChartGrid populates successfully when each new series is added to the QueueChart.
How can I retrieve the values in each of the cells from the QDChartGrid?
I want to select certain values from certain cells. It seem a fairly straightforward task, but this is proving very difficult.
Thanks
Re: Printing gridvalues?
Hello VideoTrack
Also, Steema will soon be making available a Grid component that will offer more flexibility.
Thanks in advance
The cell values of a ChartGrid are those of the Chart Series. The ChartGrid can be considered a viewer. You can access the Chart Series values via their index value to copy or print. When you click on a ChartGrid you can recover the Column index and the Row index of the click, from those you can return the Series value of the series (col index) and point (row index).Re. "How can I retrieve the values in each of the cells from the QDChartGrid?
I want to select certain values from certain cells. It seem a fairly straightforward task, but this is proving very difficult."
Also, Steema will soon be making available a Grid component that will offer more flexibility.
Thanks in advance
Best Regards,
Sandra Pazos / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |