| ||
Introducing SharpPlot Your First Chart Recent Updates Sample Charts Tutorials General Tutorials Chart Tutorials SharpPlot Class Methods Structures Enumerations Style examples Glossaries Active Charts VectorMath Class DBUtil Class Get SharpPlot Download SharpPlot Buying SharpPlot SharpPlot Support Upgrading from GraPL Release notes |
Reference > Properties > Version Property (ReadOnly) SharpPlot.Version Property (ReadOnly)Returns the current SharpPlot version as a string. public string Version {get;} Examplestring 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. |