SharpPlot Tutorials > Style Examples > Boxed style

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 Members | SharpPlot.FrameStyle Property | SharpPlot.KeyStyle Property | SharpPlot.NoteStyle Property | SharpPlot.TableStyle Property


Send comments on this topic
© Dyalog Ltd 2021