First of all thanks for your reply to my earlier postings. I have created real data chart with scroll bar. It will be very helpful if you can provide me code for priting chart from the very first data point(because my chart has scroll bar, so i want to print the whole chart) to the current data point in a single page.
And also give me the code for ZOOMING data without using extra buttons to stop and restore the chart views.
Custom programming is handled by our contract services group at sales@quinn-curtis.com. Contact them with a detailed specification and they will send you a quote.
1. In order to print the complete range of data, you must re-scale the x-scale of the coordinate system, so that it displays the full range of data. Then you print the graph. If you want to return to the original scale that is controlled by the scroll bar, you would again change the x-scale after the print.
2. We do not know what you mean by buttons and zooming. In general, zooming does not use buttons. In our real-time graphics examples, the buttons are there to turn off/off the scrolling feature, because you cannot zoom a graph that is scrolling underneath. The zooming examples in QCChart2D examples do not use buttons.