---
title: CLKComplicationTemplateGraphicCircularClosedGaugeText
framework: clockkit
role: symbol
role_heading: Class
path: clockkit/clkcomplicationtemplategraphiccircularclosedgaugetext
---

# CLKComplicationTemplateGraphicCircularClosedGaugeText

A template for displaying text inside a closed circular gauge.

## Declaration

```swift
class CLKComplicationTemplateGraphicCircularClosedGaugeText
```

## Overview

Overview This template belongs to the CLKComplicationFamily.graphicCircular family. Figure 1 shows the layout of the image and where the template might appear on the clock face.

## Topics

### Creating the Template

- [init(gaugeProvider:centerTextProvider:)](clockkit/clkcomplicationtemplategraphiccircularclosedgaugetext/init(gaugeprovider:centertextprovider:).md)

### Setting the Complication Data

- [centerTextProvider](clockkit/clkcomplicationtemplategraphiccircularclosedgaugetext/centertextprovider.md)
- [gaugeProvider](clockkit/clkcomplicationtemplategraphiccircularclosedgaugetext/gaugeprovider.md)

## Relationships

### Inherits From

- [CLKComplicationTemplateGraphicCircular](clockkit/clkcomplicationtemplategraphiccircular.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Open and closed gauges

- [CLKComplicationTemplateGraphicCircularOpenGaugeImage](clockkit/clkcomplicationtemplategraphiccircularopengaugeimage.md)
- [CLKComplicationTemplateGraphicCircularOpenGaugeView](clockkit/clkcomplicationtemplategraphiccircularopengaugeview.md)
- [CLKComplicationTemplateGraphicCircularOpenGaugeSimpleText](clockkit/clkcomplicationtemplategraphiccircularopengaugesimpletext.md)
- [CLKComplicationTemplateGraphicCircularOpenGaugeRangeText](clockkit/clkcomplicationtemplategraphiccircularopengaugerangetext.md)
- [CLKComplicationTemplateGraphicCircularClosedGaugeImage](clockkit/clkcomplicationtemplategraphiccircularclosedgaugeimage.md)
- [CLKComplicationTemplateGraphicCircularClosedGaugeView](clockkit/clkcomplicationtemplategraphiccircularclosedgaugeview.md)
