SharpPlot Reference > SharpPlot Properties > FootnoteStyle Property SharpPlot.FootnoteStyle Property
Set Footnote style.
public FootnoteStyles FootnoteStyle {get; set;}
Example
sp.FootnoteStyle = FootnoteStyles.Center;
The footer is always written along the very bottom of the chart area. Use style ‘Ruled’ to rule across the entire chart area, just above the footer.
Options
Center | Centered footnote | NoWrap | Footers are not wrapped automatically. | Right | Right-aligned footnote | RuledAbove | Footnote is ruled above |
See also ...SharpPlot Members | SharpPlot.Footnote Property
Send comments on this topic © Dyalog Ltd 2021
|