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

# buildBlock(_:)

Builds a result from multiple components.

## Declaration

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

```

## Parameters

- `content`: The components.
