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

# buildBlock(_:)

Builds a result from a single component.

## Declaration

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

## Parameters

- `content`: The component.
