| |||||||||
Introducing SharpPlot Your First Chart Recent Updates Sample Charts Tutorials General Tutorials Chart Tutorials SharpPlot Class Methods Structures Enumerations Style examples Glossaries Active Charts VectorMath Class DBUtil Class Get SharpPlot Download SharpPlot Buying SharpPlot SharpPlot Support Upgrading from GraPL Release notes |
Reference > Properties > FrameStyle Property SharpPlot.FrameStyle PropertySet Frame style (typically boxed or opaque). public FrameStyles FrameStyle {get; set;} Examplesp.FrameStyle = FrameStyles.Boxed; The ‘boxed’ style simply draws a box around the entire chart area, with a small allowance (default 4 points) as gutter so that a trellis of boxed charts has some space between the cells. You can choose to shadow the box by adding ‘shadowed’ as well as ‘boxed’ to the style. Options
See also ...SharpPlot Members | Gutter Property | DrawFrame Method | SetFrameBackground Method |