SharpPlot Reference > SharpPlot Properties > Backlog Property SharpPlot.Backlog Property
Enable logging of all SharpPlot API calls (disabled by default).
public bool Backlog {get; set;}
Example
sp.Backlog = true;
Description
All API calls (methods and properties setters) and their arguments will be inserted as human-readable comments into all vectorial output files (and not only the chart log).
The main purpose is to be able to re-create the exact script that built a chart, just from an output file, which otherwise might be hard to do if the software that elaborated the chart is complex.
See also ...SharpPlot Members
Send comments on this topic © Dyalog Ltd 2021
|