Data Labels
Data labels display numeric values directly on each data point in the chart, so viewers can read exact values without hovering. They are configured in the Series Design step for Cartesian and Circular chart types.
How to Access
- Navigate to the Series Design step in the wizard (Step 5 for both Cartesian and Circular).
- Find the Data Label Settings section.
- Enable Show Data Labels.
Parameters
| Field | Description | Condition |
|---|---|---|
| Show Data Labels | Controls whether numeric values are displayed on each data point. | — |
| Data Label Text Color | Color of each label's text. Should contrast with both the series color and the background. | Visible only when enabled |
| Data Label Font Size | Label font size in pixels. Very large values can cause labels to overlap. | Visible only when enabled |
| Data Label Position | Defines where the label appears relative to the data point or bar. | Visible only when enabled |
Tips
- For bar charts, position is typically top or center; for line charts, auto is recommended.
- If there are many data points, labels may overlap — reduce the font size or use data labels selectively.
- For Circular charts (Pie, Doughnut), the label position can be set to inside or outside the slice.