XY (Scatter) Chart Preset

Dot Plot 6x

Dot Plot 6x is an OPF xy (scatter) chart preset with canonical workbook metadata, sample data, and engine chart type mapping.

dot-plot-6xOPF type: SERIES_OF_MIXED_TYPEScalculated

Use Case

Explore relationships between two numeric variables or compare many points without bars.

Data Requirements

6 series, 8 categories, calculated helper workbook, 2 series groups

Group

Point-based relationship charts for correlation, distribution, and paired measures.

Series

6 series across 8 categories

Workbook Range

Sheet1!$A$1:$I$12

Source Slide

Slide 39 in the OPF chart gallery deck

When to Use

Use for correlation, outlier detection, and paired-value analysis.

When to Avoid

Avoid when the audience needs a simple ranked comparison or when points cannot be labeled clearly.

Best Practices

1

Explain both axes clearly

2

Highlight outliers intentionally

3

Avoid overplotting with too many points

Recommended Companions

OPF Config

charts:dot-plot-6x
Open Presentation Format
{
  "$schema": "https://pptx.dev/schema/opf/v1",
  "version": "1.0",
  "meta": {
    "title": "PPTX.gallery — charts/dot-plot-6x"
  },
  "design": {},
  "slides": [
    {
      "id": "gallery-preview-1",
      "layout": "chart",
      "elements": [
        {
          "id": "gallery-chart-1",
          "type": "chart",
          "chartPreset": "dot-plot-6x",
          "data": {
            "labels": [
              "Item 1",
              "Item 2",
              "Item 3",
              "Item 4",
              "Item 5",
              "Item 6",
              "Item 7",
              "Item 8"
            ],
            "datasets": [
              {
                "label": "2020",
                "values": [
                  332360,
                  524045,
                  355123,
                  421080,
                  486945,
                  596249,
                  680358,
                  656711
                ]
              },
              {
                "label": "2021",
                "values": [
                  460455,
                  546173,
                  677124,
                  446859,
                  468900,
                  575786,
                  384076,
                  421517
                ]
              },
              {
                "label": "2022",
                "values": [
                  363615,
                  341736,
                  226516,
                  301939,
                  430876,
                  225362,
                  661894,
                  294143
                ]
              },
              {
                "label": "2023",
                "values": [
                  300845,
                  326895,
                  607719,
                  389930,
                  650121,
                  396745,
                  205409,
                  303547
                ]
              },
              {
                "label": "2024",
                "values": [
                  410636,
                  338533,
                  478411,
                  288158,
                  416950,
                  114835,
                  660081,
                  232731
                ]
              },
              {
                "label": "2025",
                "values": [
                  387636,
                  147726,
                  157174,
                  680238,
                  406327,
                  232413,
                  614723,
                  207570
                ]
              }
            ]
          }
        }
      ]
    }
  ]
}
Open in OPF Playground

Preview this config live at pptx.dev/playground.