| ||
Introducing SharpPlot Your First Chart Recent Updates Sample Charts Tutorials General Tutorials Chart Tutorials SharpPlot Class Properties Methods Structures Enumerations Glossaries Active Charts VectorMath Class DBUtil Class Get SharpPlot Download SharpPlot Buying SharpPlot SharpPlot Support Upgrading from GraPL Release notes |
Reference > Style examples > Boxed style Boxed styleDraws 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 |