---
title: "buildBlock(_:)"
framework: charts
role: symbol
role_heading: Type Method
path: "charts/chartcontentbuilder/buildblock(_:)-51ukk"
---

# buildBlock(_:)

Builds a result from multiple components.

## Declaration

```swift
static func buildBlock<each C>(_ content: repeat each C) -> some ChartContent where repeat each C : ChartContent

```

## Parameters

- `content`: The components.
