RB and TeeCharts question
I'm using RB 6 and TeeCharts 5
I want to print a chart across several pages
for example:
I have a bar chart w/ 300 points;
I want to print 10 pages with 30 points points per page. I know how to
access these properties using the TeeChart, but I'm not sure how to control
RB such that I can force the subreport to print an additional 9 times while
I change the active page of the chart at each iteration.
TIA
Matt Foster
I want to print a chart across several pages
for example:
I have a bar chart w/ 300 points;
I want to print 10 pages with 30 points points per page. I know how to
access these properties using the TeeChart, but I'm not sure how to control
RB such that I can force the subreport to print an additional 9 times while
I change the active page of the chart at each iteration.
TIA
Matt Foster
This discussion has been closed.
Comments
setup the TChart to print correctly.
You might consider not putting a TChart into the report at all, but rather a
graphic (TppDBImage). Create a list of WMF images of a chart that you want,
and print these. I have given details on this several times. It has made my
job a lot easier (eg only one chart to configure the display of) Take a look
at my historic posts containing 'TChart", specifically the thread "Install
RB with Tee-Chart"
HTH
Ed Dressel