| Contents > SharpPlot > Properties | Index |
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 |
| Right | Right-aligned footnote |
| RuledAbove | Footnote is ruled above |
| NoWrap | Footers are not wrapped automatically. |
