Skip to main content

Formatting reference

A complete list of every setting in the Gantt Chart's Format pane, grouped by card, with its effect and default value. For task-based walkthroughs, see the customization guides linked at the bottom.

Open the Format pane by selecting the visual and clicking the paint-roller icon. Cards appear in the order below.

License

SettingTypeDefault
License keyText(empty)
StatusRead-only text(hidden until a key is entered)

Only needed for environments AppSource licensing doesn't cover. See Direct license keys.

Sort by

Controls the order of sibling tasks within each hierarchy level.

PropertyOptions / rangeDefaultNotes
Sort byStart date · End date · Duration · Task name · Data orderStart date"Data order" keeps Power BI's delivered row order.
DirectionAscending · DescendingAscendingIgnored when sorting by Data order.

Appearance

A composite card with five groups.

General

PropertyTypeDefaultNotes
Dark modeOn / OffOffDark shell for backgrounds, text, grid lines. Ignored under high contrast.

Top bar

PropertyTypeDefaultNotes
Show top barOn / OffOnThe bar holding search and zoom controls.
Show search barOn / OffOnThe search box within the top bar.
Font familyFontSegoe UITop bar header text.
Font size7–24 pt10

Vertical grid

PropertyTypeDefault
Vertical grid linesOn / OffOn

Horizontal grid

PropertyTypeDefaultNotes
Row bandingOn / OffOffAlternating row shading.
Project grid linesOn / OffOnLines between top-level project rows.
Task grid linesOn / OffOffLines between task and sub-task rows.

Progress

PropertyOptionsDefaultNotes
Progress styleStrip · OverlayOverlayHow progress fills the task bars.
Progress scaleAuto · 0–1 · 0–100AutoHow progress values are read. Auto detects from the column's format and type.

Bars

PropertyRangeDefaultNotes
Task bar height8–60 px26
Project bar height4–30 px6Summary bars.
Bar spacing2–16 px6Space above/below each bar within its row.
Project bar corner radius0–15 px3
Task bar corner radius0–15 px3

Data labels

PropertyType / rangeDefaultNotes
Show task labelsOn / OffOffTask name to the right of each bar.
Show progress percentageOn / OffOnPrefixes label with progress % (needs Progress bar).
Show project durationOn / OffOnDuration in days beside each top-level project bar.
Font familyFontSegoe UI
Font size7–24 pt10
Bold / Italic / UnderlineOn / OffOff

Project hierarchy

PropertyTypeDefaultNotes
Column width200–600 px300Width of the task list column. Drag its right edge to resize; double-click the edge to reset.
Row numbersOn / OffOffWBS number column left of the task list.
Show color swatchesOn / OffOnColor chip next to each project name.
Show completion checkmarksOn / OffOnGreen checkmark on 100%-complete tasks (needs Progress bar).
Font familyFontSegoe UITask list text.
Font size7–24 pt11
Bold / ItalicOn / OffOff

Zoom and scroll

PropertyOptionsDefaultNotes
Default zoom presetAuto Fit · Day · Week · Month · Quarter · YearAuto FitZoom level on load.
Default scroll positionStart · Today · EndStartHorizontal position on load.

Milestones

A composite card with two groups.

Options

PropertyType / rangeDefaultNotes
Zero-duration tasks as milestonesOn / OffOnDraws tasks whose start and end dates are equal as a marker instead of a bar.
Task milestone symbolCircle · Diamond · Square · Triangle · StarDiamondShape used for those zero-duration tasks.
Hide markers outside barsOn / OffOffHides markers falling outside a task's start–end range.
Marker size (%)10–80%30Percentage of task bar height.

Symbols

PropertyOptionsDefaultNotes
Symbol (per milestone column)Circle · Diamond · Square · Triangle · StarOne picker per bound milestone column.

Today line

PropertyOptionsDefault
ShowOn / OffOn
ColorColor#D64550
StyleSolid · Dashed · DottedSolid

Dependency lines

Only visible when Task ID and Predecessor ID are mapped.

PropertyOptions / rangeDefault
ShowOn / OffOn
ColorColor#323338
StyleSolid · Dashed · DottedSolid
Width1–5 px1

Legend

Only visible when a Legend field is populated.

PropertyOptions / rangeDefault
ShowOn / OffOn
PositionTop · Bottom · Left · Right · Top center · Bottom center · Left center · Right centerBottom center
TitleOn / OffOff
Legend nameText(auto)
ColorColorTheme default
Font familyFontSegoe UI
Text size7–24 pt11

Data colors

A composite card.

PropertyTypeDefaultNotes
Default colorColor#118DFFUsed with no Legend, or for parents with mixed children.
Per-value colorColor(theme palette)One swatch per legend value when a Legend field is present.

Deploying a license key through a theme

{
"name": "ChartPad licensing",
"visualStyles": {
"ganttB5863C5BD9EE494DBC8BC10C132053AD": {
"*": {
"license": [{ "key": "PBI-your-key-here" }]
}
}
}
}

Only set key. The status property is a read-only display line the visual fills in itself. See Direct license keys.

See also