---
title: CLKComplicationTemplateGraphicCircularOpenGaugeSimpleText
framework: clockkit
role: symbol
role_heading: Class
path: clockkit/clkcomplicationtemplategraphiccircularopengaugesimpletext
---

# CLKComplicationTemplateGraphicCircularOpenGaugeSimpleText

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

## Declaration

```swift
class CLKComplicationTemplateGraphicCircularOpenGaugeSimpleText
```

## 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:bottomTextProvider:centerTextProvider:)](clockkit/clkcomplicationtemplategraphiccircularopengaugesimpletext/init(gaugeprovider:bottomtextprovider:centertextprovider:).md)

### Setting the Complication Data

- [centerTextProvider](clockkit/clkcomplicationtemplategraphiccircularopengaugesimpletext/centertextprovider.md)
- [bottomTextProvider](clockkit/clkcomplicationtemplategraphiccircularopengaugesimpletext/bottomtextprovider.md)
- [gaugeProvider](clockkit/clkcomplicationtemplategraphiccircularopengaugesimpletext/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)
- [CLKComplicationTemplateGraphicCircularOpenGaugeRangeText](clockkit/clkcomplicationtemplategraphiccircularopengaugerangetext.md)
- [CLKComplicationTemplateGraphicCircularClosedGaugeImage](clockkit/clkcomplicationtemplategraphiccircularclosedgaugeimage.md)
- [CLKComplicationTemplateGraphicCircularClosedGaugeView](clockkit/clkcomplicationtemplategraphiccircularclosedgaugeview.md)
- [CLKComplicationTemplateGraphicCircularClosedGaugeText](clockkit/clkcomplicationtemplategraphiccircularclosedgaugetext.md)
