| ||
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 > TitleBar Property SharpPlot.TitleBar PropertySet Title bar text.By default, SharpPlot picks up the first heading in the chart and uses this as the ‘title’ of the chart. To over-ride this: public string TitleBar {get; set;} Examplesp.TitleBar = "First Chart"; The title is used in the browser titlebar (for SVG output), as the document title in a saved PDF, and as the visible title in the placeholder box of an EPS when it is imported into MS Word or other publishing tool. See also ... |