<!--
{
  "availability" : [
    "watchOS: 7.0.0 - 27.2.0"
  ],
  "documentType" : "symbol",
  "framework" : "ClockKit",
  "identifier" : "/documentation/ClockKit/CLKComplicationTemplateGraphicCircularOpenGaugeView/init(gaugeProvider:centerTextProvider:bottomLabel:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "ClockKit",
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:17_ClockKit_SwiftUI51CLKComplicationTemplateGraphicCircularOpenGaugeViewC13gaugeProvider010centerTextM011bottomLabelACyxGSo08CLKGaugeM0C_So07CLKTextM0Cxtcfc"
  },
  "title" : "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.

```
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.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)