SharpPlot Reference > SharpPlot Properties > Version Property (ReadOnly) SharpPlot.Version Property (ReadOnly)
Returns the current SharpPlot version as a string.
public string Version {get;}
Example
string ver = sp.Version;
sp.Footnote = "Produced by SharpPlot version " + sp.Version;
This may be used in debug reports, or to add a footnote to any chart to acknowledge the use of SharpPlot in your graphics application.
Send comments on this topic © Dyalog Ltd 2021
|