Reference > Methods > RenderChartLog Method

SharpPlot.RenderChartLog Method

Return completed chart as a readable log with optional prescan.

public string RenderChartLog(
    bool prescan
);
prescan
Flag to allow the prescan code to run on the intermediate page format.
return value
Readable version of internal chart macros.

The 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.

See also ...

SharpPlot Members


Send comments on this topic
© Dyalog Ltd 2013