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

CenterCentered footnote
RightRight-aligned footnote
RuledAboveFootnote is ruled above
NoWrapFooters are not wrapped automatically.

See also ...

SharpPlot Members | Footnote Property