SharpPlot Reference > SharpPlot Methods > SaveChartLog Method

SharpPlot.SaveChartLog Method

Saves a debug log to a text file. This may be useful in helping to identify errors when the chart is rendered.

Example

sp.SaveChartLog("debug.log");

Overloads

The optional prescan flag will parse any HTML tagged text into simple settings of font and associated text fragments. It will also ensure 7-bit ASCII output by HTML-encoding any hi-bit or Unicode characters.

The standard log only records drawing instructions – this makes it ideal for text comparison tools to check for changes to graphics output. The optional detail flag will add logging of internal settings (used for animations and JavaScript handlers) if you need to debug these.

See also ...

SharpPlot Members


Send comments on this topic
© Dyalog Ltd 2021