SharpPlot Reference > SharpPlot Methods > AddJavaPrologue Method SharpPlot.AddJavaPrologue Method
Add a javascript prologue to chart rendered as SVG or VML.
Example
sp.AddJavaPrologue(jsbarscript);
Overloads
This may be called repeatedly to add several JavaScript methods into the chart output stream. It would normally be called with a simple (newline separated) string of source code.
See also ...SharpPlot Members
Send comments on this topic © Dyalog Ltd 2021
|