| Contents > SharpPlot > Properties | Index |
SharpPlot.TitleBar Property
Set 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;}
Example
sp.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.
