SharpPlot Reference > SharpPlot Methods > IncludeSource Method > (String,Boolean) SharpPlot.IncludeSource Method (String,Boolean)
Add arbitrary (SVG/EPS) content to beginning or end of output stream.
public void IncludeSource(
string arbitraryText,
bool atEnd
);
-
arbitraryText
- content to include.
-
atEnd
- flag to put inclusion at end of stream (defaults to false).
See also ...SharpPlot Members | SharpPlot.IncludeSource Method
Send comments on this topic © Dyalog Ltd 2021
|