Layout Pattern

Chart 1x Title Left

Chart 1x Title Left OPF layout with a chart zone and a slide title.

Chart1 zoneCenter alignedTitled

How to Use It

Chart 1x Title Left is a canonical OPF chart layout from the OPF layout catalog. It defines 2 placeholder zones (title: Slide title; chart: Chart content 1). Use it when you need exact OPF parity for slide.layout chart-1x-title-left. Reading flow is horizontal.

Content Zones

TitleSlide title
ChartChart content 1

OPF Config

layouts:chart-1x-title-left
Open Presentation Format
{
  "$schema": "https://pptx.dev/schema/opf/v1",
  "version": "1.0",
  "meta": {
    "title": "PPTX.gallery — layouts/chart-1x-title-left"
  },
  "design": {},
  "slides": [
    {
      "id": "gallery-preview-1",
      "layout": "chart-1x-title-left",
      "elements": []
    }
  ]
}
Open in OPF Playground

Preview this config live at pptx.dev/playground.