| ||
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 > BoxFrame style BoxFrame styleFor keys with an explicit frame, the default behavior for a boxed key is to draw the box around the text. This style forces the box to draw around the given frame, regardless of where the text goes. sp.KeyStyle = KeyStyles.BoxFrame; This style may be useful in debugging, as a way to check exactly where the frame is positioned. See also ... |