segmented bar chart / Chart type guide
Segmented Bar Chart: Definition, Examples, and Divided Bars
A segmented bar chart breaks each bar into smaller parts so you can compare a whole category and the parts that make up that whole.
Segmented bar chart definition
A segmented bar chart, also called a segmented bar graph, is a bar chart where each bar is divided into sections. The full bar represents a total, and each segment represents one part of that total.
Divided, compound, and component bar charts
Classrooms and charting tools may call this a divided bar chart, compound bar chart, component bar chart, split bar chart, or stacked bar chart. The visual idea is the same: one bar is split into meaningful parts.
Best segmented bar chart examples
Segmented bars work well when composition matters as much as total size.
- Revenue by product line within each region
- Survey responses by audience segment
- Traffic channels by month
- Budget categories inside each department
- Market share by brand inside each country
- AP Statistics response categories by group
Segmented vs stacked bar chart
Most tools use segmented and stacked bar chart to describe the same visual idea. Use the wording your audience expects: "segmented" is common in education, while "stacked" is common in Excel and BI tools.
Segmented vs clustered bar chart
Use segmented bars when parts add up to a total. Use a clustered bar chart when separate series should sit side by side and do not need to add up to one whole.
Segmented bar graph with no association
In statistics classes, a segmented bar graph can help compare conditional distributions. If the segments look similar across groups, teachers may describe the graph as showing little or no association between the variables.
How to make a segmented bar chart
Create one category column and one numeric column for each segment. Each row becomes one full bar. If the goal is percentages, convert the segment values to shares or use a 100% stacked chart option.
When to avoid a segmented chart
Avoid segmented bars when there are too many segments, when small differences matter, or when viewers need to compare one middle segment across many categories.
Copyable data
CSV example
Use this small dataset to test whether the chart structure fits your use case.
region,Product A,Product B,Product C
North,42,33,25
South,30,44,26
West,22,31,47 Preview in Race Maker FAQ
Is a segmented bar chart the same as a stacked bar chart?
Usually yes. Both show parts inside a larger bar, though naming varies by tool and classroom context.
What is a divided bar chart?
A divided bar chart is another name for a segmented or stacked bar chart, where each bar is divided into parts of a whole.
Is a segmented bar graph different from a segmented bar chart?
No. Bar graph and bar chart are usually interchangeable terms. Both describe bars divided into segments that show parts of a whole.
What is the best data format for a segmented bar chart?
Use one category column and one numeric column for each segment. Each row becomes one segmented bar.
Can I make a segmented chart from CSV?
Yes. Use columns for the category and each segment value, or use long data with category, segment, and value fields.
How do I make a segmented bar graph in Excel?
Use the stacked bar or 100% stacked bar option in Excel. Put categories in the first column and segment values in separate numeric columns.
When should I use 100% segmented bars?
Use 100% segmented bars when percentages matter more than raw totals, such as survey response shares.
Last updated: 2026-07-15