| Contents > SharpPlot > Methods | Index |
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.
