| Contents > Glossaries > Style examples | Index |
Rounded corners
You can round off the corners of the chart frame, the key box and any boxed notes.

sp.KeyStyle = KeyStyles.Boxed|KeyStyles.Rounded; sp.NoteStyle = NoteStyles.Boxed|NoteStyles.Rounded;
You may need to increase the chart margins if you use a rounded frame.
See also ...
SharpPlot | FrameStyle | KeyStyle | NoteStyle | TableStyle
