---
title: CLKComplicationTemplateGraphicCircularOpenGaugeRangeText
framework: clockkit
role: symbol
role_heading: Class
path: clockkit/clkcomplicationtemplategraphiccircularopengaugerangetext
---

# CLKComplicationTemplateGraphicCircularOpenGaugeRangeText

A template for displaying text inside an open gauge, with leading and trailing text for the gauge.

## Declaration

```swift
class CLKComplicationTemplateGraphicCircularOpenGaugeRangeText
```

## 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:leadingTextProvider:trailingTextProvider:centerTextProvider:)](clockkit/clkcomplicationtemplategraphiccircularopengaugerangetext/init(gaugeprovider:leadingtextprovider:trailingtextprovider:centertextprovider:).md)

### Setting the Complication Data

- [centerTextProvider](clockkit/clkcomplicationtemplategraphiccircularopengaugerangetext/centertextprovider.md)
- [gaugeProvider](clockkit/clkcomplicationtemplategraphiccircularopengaugerangetext/gaugeprovider.md)
- [leadingTextProvider](clockkit/clkcomplicationtemplategraphiccircularopengaugerangetext/leadingtextprovider.md)
- [trailingTextProvider](clockkit/clkcomplicationtemplategraphiccircularopengaugerangetext/trailingtextprovider.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)
- [CLKComplicationTemplateGraphicCircularClosedGaugeImage](clockkit/clkcomplicationtemplategraphiccircularclosedgaugeimage.md)
- [CLKComplicationTemplateGraphicCircularClosedGaugeView](clockkit/clkcomplicationtemplategraphiccircularclosedgaugeview.md)
- [CLKComplicationTemplateGraphicCircularClosedGaugeText](clockkit/clkcomplicationtemplategraphiccircularclosedgaugetext.md)
