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

# buildBlock(_:)

Builds a result from a single component.

## Declaration

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

## Parameters

- `content`: The component.
