KB-31036: Printing a CEP chart.

Question:

How can I print a CEP chart?

Solution:

To do so, you must save the chart with a CEP chart’s SaveBitmap command and insert this figure into a formatted report.

Example of a script being executed in a screen button:

AveragePlotter.SaveBitmap(“Media.bmp”, 500, 400, 1)
DispersionPlotter.SaveBitmap(“Scatter.bmp”, 500, 400, 1)
HistogramPlotter.SaveBitmap(“Histogram.bmp”, 500, 400, 1)
Form1.Print()

NOTE: Attached to this article is a demo application developed with Elipse SCADA v. 2.29 b. 092.

Attachments:

CEP.zip

Print Friendly, PDF & Email

Este artigo foi útil? Was this helpful?

Classificação média - Average rating 0 / 5. Count: 0

Leave a Reply

Your email address will not be published.Required fields are marked *