---
title: "buildBlock(_:)"
framework: charts
role: symbol
role_heading: Type Method
path: "charts/axiscontentbuilder/buildblock(_:)-27fku"
---

# buildBlock(_:)

Builds a result from a single component.

## Declaration

```swift
static func buildBlock<T>(_ content: T) -> T where T : AxisContent
```

## Parameters

- `content`: The component.
