[]
Bar Charts plot data values as horizontal bars against vertically arranged categories. The X-axis values determine the lengths of the bars, while the Y-axis displays the category labels.
Used to display the relationship of specific items to the whole across different categories, plot values, and data series.
Used to compare the percentages that each value contributes to the total across all categories.
Before creating a chart, you need a dataset as the source of values and categories. A dataset can be a table or a data source that provides the fields you want to plot. Ensure that your dataset contains both category fields (e.g., product name, region) and value fields (e.g., sales amount, revenue).
In the Data panel, right-click Add Data Set.
Select dataset: Customer Orders.
Drag MediaType to Category Groups.
Drag Price and TaxPercent to Chart Data → {Sum(Price)}, {Sum(TaxPercent)}.
Use the Chart components topics to provide a consistent framework across the chart, making it easier to apply formatting standards and ensure reports remain both visually clear and functionally rich.
Caption: Customer Orders
Font Size: 24pt
Color: Black
Text Align: Center
Title: Media Type
Line: Visible = True
Labels Format: Default
Scale: Linear, Min/Max = <Empty>
Major Grid: Show Grid Lines = True
Color: Grey
Labels Format: Currency, Default
Right-click Plot → Properties.
Edit {Sum(Price)}:
Value: {Sum(Price)}
Format: Currency, c0
Repeat for {Sum(TaxPercent)}.
Legend Mode: Data Values
Orientation: Horizontal
Position: Top
Caption: Source: CustomerOrders
Font Size: 8pt
Color: Black
Text Align: Right
Bar Stacked
Drag Country to Series Group.
Legend Mode: Series Group
Plot Template: Bar Stacked
Labels:
Value: <Empty>
Format: <Empty>
X-Axis Label Angle: 20
Click Preview to view the chart.
Bar Percent Stacked
Legend Mode: Series Group
Plot Template: Bar Percent Stacked
X-Axis format auto-adjusts to percent.
Click Preview to view the chart.