---
title: "init(gaugeProvider:centerTextProvider:bottomLabel:)"
framework: clockkit
role: symbol
role_heading: Initializer
path: "clockkit/clkcomplicationtemplategraphicextralargecircularopengaugeview/init(gaugeprovider:centertextprovider:bottomlabel:)"
---

# init(gaugeProvider:centerTextProvider:bottomLabel:)

Creates a new template that has an open circular gauge, a small amount of text in the center, and a small SwiftUI view at the bottom.

## Declaration

```swift
init(gaugeProvider: CLKGaugeProvider, centerTextProvider: CLKTextProvider, bottomLabel: Label)
```

## Parameters

- `gaugeProvider`: The gauge provider for the template.
- `centerTextProvider`: The text provider for the center text. The template supports multicolored text from this text provider.
- `bottomLabel`: The SwiftUI view displayed by the template.
