is an option for three-dimensional graphics functions that specifies how the bounding box should be rendered.
BoxStyle
is an option for three-dimensional graphics functions that specifies how the bounding box should be rendered.
Examples
open all close allBasic Examples (1)
Scope (1)
Styles associated with lines can be used, combined by Directive:
Graphics3D[Cylinder[], BoxStyle -> Directive[Dashed, Orange, Thick]]Properties & Relations (3)
In 3D, the axes are drawn on the bounding box edges:
Graphics3D[Cylinder[], Axes -> True]Styles of the axes edges are not affected by BoxStyle:
Graphics3D[Cylinder[], Axes -> True, BoxStyle -> Directive[Dashed, Orange]]Styles of the axes edges can be specified by AxesStyle:
Graphics3D[Cylinder[], Axes -> True, AxesStyle -> {Red, Green, Blue}, BoxStyle -> Directive[Dashed, Orange]]Tech Notes
Related Guides
History
Introduced in 1991 (2.0) | Updated in 2008 (7.0)
Text
Wolfram Research (1991), BoxStyle, Wolfram Language function, https://reference.wolfram.com/language/ref/BoxStyle.html (updated 2008).
CMS
Wolfram Language. 1991. "BoxStyle." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2008. https://reference.wolfram.com/language/ref/BoxStyle.html.
APA
Wolfram Language. (1991). BoxStyle. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/BoxStyle.html
BibTeX
@misc{reference.wolfram_2026_boxstyle, author="Wolfram Research", title="{BoxStyle}", year="2008", howpublished="\url{https://reference.wolfram.com/language/ref/BoxStyle.html}", note=[Accessed: 12-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_boxstyle, organization={Wolfram Research}, title={BoxStyle}, year={2008}, url={https://reference.wolfram.com/language/ref/BoxStyle.html}, note=[Accessed: 12-June-2026]}