<!--
{
  "availability" : [
    "watchOS: 5.0.0 - 27.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "ClockKit",
  "identifier" : "/documentation/ClockKit/CLKComplicationTemplateGraphicCircularOpenGaugeSimpleText",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "ClockKit"
    ],
    "preciseIdentifier" : "c:objc(cs)CLKComplicationTemplateGraphicCircularOpenGaugeSimpleText"
  },
  "title" : "CLKComplicationTemplateGraphicCircularOpenGaugeSimpleText"
}
-->

# CLKComplicationTemplateGraphicCircularOpenGaugeSimpleText

A template for displaying text inside an open gauge, with a single piece of text for the gauge.

```
class CLKComplicationTemplateGraphicCircularOpenGaugeSimpleText
```

## Overview

This template belongs to the [`CLKComplicationFamily.graphicCircular`](/documentation/ClockKit/CLKComplicationFamily/graphicCircular) family. [Figure 1](/documentation/clockkit/clkcomplicationtemplategraphiccircularopengaugesimpletext#3030688) shows the layout of the image and where the template might appear on the clock face.

![Diagram showing the layout of text with an open gauge and subtext.](images/com.apple.clockkit/media-3030688@2x.png)

## Topics

### Creating the Template

[`init(gaugeProvider:bottomTextProvider:centerTextProvider:)`](/documentation/ClockKit/CLKComplicationTemplateGraphicCircularOpenGaugeSimpleText/init(gaugeProvider:bottomTextProvider:centerTextProvider:))

Creates a new template with an open circular gauge, a small text element at the bottom, and a larger text element in the center.

[`templateWithGaugeProvider:bottomTextProvider:centerTextProvider:`](/documentation/ClockKit/CLKComplicationTemplateGraphicCircularOpenGaugeSimpleText/templateWithGaugeProvider:bottomTextProvider:centerTextProvider:)

Returns a new template with an open circular gauge, a small text element at the bottom, and a larger text element in the center.

### Setting the Complication Data

[`centerTextProvider`](/documentation/ClockKit/CLKComplicationTemplateGraphicCircularOpenGaugeSimpleText/centerTextProvider)

The text to display in the center of the gauge.

[`bottomTextProvider`](/documentation/ClockKit/CLKComplicationTemplateGraphicCircularOpenGaugeSimpleText/bottomTextProvider)

The text to display at the bottom of the gauge.

[`gaugeProvider`](/documentation/ClockKit/CLKComplicationTemplateGraphicCircularOpenGaugeSimpleText/gaugeProvider)

The gauge to display in the complication.



---

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)