BarEdgeStyle
is an option for bar charts that determines the style for the edges.
BarEdgeStyle
BarEdgeStyle
is an option for bar charts that determines the style for the edges.
更多信息和选项
- To use BarEdgeStyle, you first need to load the Bar Charts Package using Needs["BarCharts`"].
- Styles can be specified using graphics directives such as RGBColor, Dashing, and Thickness.
范例
基本范例 (1)
Needs["BarCharts`"]BarChart[{1, 2, 3}, BarEdgeStyle -> Thick]For a single set of data, styles are repeated cyclically:
BarChart[Range[5], BarEdgeStyle -> {Red, Thick}]Directive can be used to combine styles:
BarChart[Range[5], BarEdgeStyle -> Directive[Red, Thick]]For multiple sets of data, styles are applied to each in turn:
BarChart[{{1, 2, 3}, {2, 2, 2}}, BarEdgeStyle -> {Red, Dashed}]文本
Wolfram Research (2008),BarEdgeStyle,Wolfram 语言函数,https://reference.wolfram.com/language/BarCharts/ref/BarEdgeStyle.html.
CMS
Wolfram 语言. 2008. "BarEdgeStyle." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/BarCharts/ref/BarEdgeStyle.html.
APA
Wolfram 语言. (2008). BarEdgeStyle. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/BarCharts/ref/BarEdgeStyle.html 年
BibTeX
@misc{reference.wolfram_2026_baredgestyle, author="Wolfram Research", title="{BarEdgeStyle}", year="2008", howpublished="\url{https://reference.wolfram.com/language/BarCharts/ref/BarEdgeStyle.html}", note=[Accessed: 07-September-2026]}
BibLaTeX
@online{reference.wolfram_2026_baredgestyle, organization={Wolfram Research}, title={BarEdgeStyle}, year={2008}, url={https://reference.wolfram.com/language/BarCharts/ref/BarEdgeStyle.html}, note=[Accessed: 07-September-2026]}