---
title: "buildBlock(_:)"
framework: charts
role: symbol
role_heading: Type Method
path: "charts/axismarkbuilder/buildblock(_:)-97cxo"
---

# buildBlock(_:)

Builds a result from multiple components.

## Declaration

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

```

## Parameters

- `content`: The components.
