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

# CLKComplicationTemplateGraphicCircularClosedGaugeText

A template for displaying text inside a closed circular gauge.

```
class CLKComplicationTemplateGraphicCircularClosedGaugeText
```

## Overview

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

![Diagram showing the layout of text surrounded by a closed gauge.](images/com.apple.clockkit/media-3030685@2x.png)

## Topics

### Creating the Template

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

Creates a new template that has a closed circular gauge with a small amount of text in the center.

[`templateWithGaugeProvider:centerTextProvider:`](/documentation/ClockKit/CLKComplicationTemplateGraphicCircularClosedGaugeText/templateWithGaugeProvider:centerTextProvider:)

Returns a new template that has a closed circular gauge with a small amount of text in the center.

### Setting the Complication Data

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

The text to display in the center of the gauge.

[`gaugeProvider`](/documentation/ClockKit/CLKComplicationTemplateGraphicCircularClosedGaugeText/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)