Question:
When saving a chart displayed by HAnalysis as a figure via Save() function, why are the pens not being displayed?
Solution:
This occurs because the Save() function only works when the plotting is being displayed on screen. To save a chart displayed by the HAnalysis as a figure, you must set the HAnalysis’ window as non-modal and use the SaveBitmap() function.