G
Guest
I am currently using Microsoft Graph in a dynamic report that enables users
to select and compare (overlay) up to 8 series. Each series plot has about
10-13 data points.
The report has 30 graphs total (2 per page), and about 40% of the graphs
utilize derivative data that is calculated as the report is printing.
The problem is this: each page in the report takes about 15-20 seconds to
finish printing. The end-users of my distributed application would, of
course, prefer this to speed up a bit.
I have attempted to streamline and optimize the underlying code to make it
as efficient as possible, but this had no appreciable effect.
Is this slowness just an inherent limitation of MS Graph, or is there
something I can do to speed things up significantly? And if it is a weakness
of MS Graph, are there any viable alternatives that I can use in the MS
Access report objects?
Any advice would be greatly appreciated.
to select and compare (overlay) up to 8 series. Each series plot has about
10-13 data points.
The report has 30 graphs total (2 per page), and about 40% of the graphs
utilize derivative data that is calculated as the report is printing.
The problem is this: each page in the report takes about 15-20 seconds to
finish printing. The end-users of my distributed application would, of
course, prefer this to speed up a bit.
I have attempted to streamline and optimize the underlying code to make it
as efficient as possible, but this had no appreciable effect.
Is this slowness just an inherent limitation of MS Graph, or is there
something I can do to speed things up significantly? And if it is a weakness
of MS Graph, are there any viable alternatives that I can use in the MS
Access report objects?
Any advice would be greatly appreciated.