| Contents > Glossaries > Style examples | Index |
Boxed style
Draws a box around the entire chart, notes and keys, with optional background fill.

sp.FrameStyle = FrameStyles.Boxed; sp.KeyStyle = KeyStyles.Boxed; sp.NoteStyle = NoteStyles.Boxed;
The box is edged and filled using the current Frame style or Key style.
See also ...
SharpPlot | FrameStyle | KeyStyle | NoteStyle | TableStyle
