Line Chart Preset
Line with Markers 3x
Line with Markers 3x is an OPF line chart preset with canonical workbook metadata, sample data, and engine chart type mapping.
Use Case
Show how one or more metrics change over ordered categories or time.
Data Requirements
3 series, 12 categories, flat category/series workbook
Group
Trend charts for time-series movement and multi-series comparisons.
Series
3 series across 12 categories
Workbook Range
Sheet1!$A$1:$M$4
Source Slide
Slide 16 in the OPF chart gallery deck
When to Use
Use for revenue, usage, retention, benchmarks, or any metric where direction matters more than isolated values.
When to Avoid
Avoid with unordered categories or when exact part-to-whole composition is the main message.
Best Practices
Keep line weights consistent
Direct-label series when possible
Use markers only when individual points matter
Recommended Companions
OPF Config
charts:line-with-markers-3x{
"$schema": "https://pptx.dev/schema/opf/v1",
"version": "1.0",
"meta": {
"title": "PPTX.gallery — charts/line-with-markers-3x"
},
"design": {},
"slides": [
{
"id": "gallery-preview-1",
"layout": "chart",
"elements": [
{
"id": "gallery-chart-1",
"type": "chart",
"chartPreset": "line-with-markers-3x",
"data": {
"labels": [
"Q1 2024",
"Q2 2024",
"Q3 2024",
"Q4 2024",
"Q1 2025",
"Q2 2025",
"Q3 2025",
"Q4 2025",
"Q1 2026",
"Q2 2026",
"Q3 2026",
"Q4 2026"
],
"datasets": [
{
"label": "Value 1",
"values": [
87924,
15209,
91183,
20745,
64948,
96163,
86503,
84085,
78522,
51467,
44179,
36772
]
},
{
"label": "Value 2",
"values": [
97782,
51180,
41285,
44814,
61876,
27154,
98039,
94607,
49321,
69929,
51441,
19508
]
},
{
"label": "Value 3",
"values": [
11220,
70068,
91416,
83792,
23104,
19602,
80468,
37938,
76307,
44760,
27361,
55745
]
}
]
}
}
]
}
]
}Preview this config live at pptx.dev/playground.