SharpPlot Reference > SharpPlot Properties > Footnote Property SharpPlot.Footnote Property
Set Footnote text. This is wrapped into the entire width of the paper.
public string Footnote {get; set;}
Example
sp.Footnote = "Some Text";
Typically, this would be used to note the file name used for the chart data, the date and time of preparation, and so on. By default, it is drawn in the lower left corner of the chart area, but you can also choose centred or right alignment by setting the footnote style.
See also ...Formatting text with simple HTML tags | SharpPlot Members | SharpPlot.FootnoteLineSpacing Property | SharpPlot.FootnoteStyle Property | SharpPlot.SetNewline Method
Send comments on this topic © Dyalog Ltd 2021
|