SPC Control Capability chart in report

Hi,
You can get the dataset by using the Hisogram dataFormat, but, the report chart does not support the generation of a bell curve or creating the bars from the data as far as I know. The Histogram Chart component does that natively.

You can save off the chart image to a file and then place it on a report:
comp = event.source.parent.getComponent(‘Histogram Chart’)
system.print.printToImage(comp,“c:\Temp\img.png”)
But, this may not be a good solution for automatic reports.

This is a feature for reporting that we need to do more investigating.

Pete Low
Tech Support
Sepasoft

2 Likes