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

# CLKComplicationTemplateGraphicCircularOpenGaugeRangeText

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

```
class CLKComplicationTemplateGraphicCircularOpenGaugeRangeText
```

## Overview

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

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

## Topics

### Creating the Template

[`init(gaugeProvider:leadingTextProvider:trailingTextProvider:centerTextProvider:)`](/documentation/ClockKit/CLKComplicationTemplateGraphicCircularOpenGaugeRangeText/init(gaugeProvider:leadingTextProvider:trailingTextProvider:centerTextProvider:))

Creates a new template that has an open circular gauge with leading and trailing text, and a center text element.

[`templateWithGaugeProvider:leadingTextProvider:trailingTextProvider:centerTextProvider:`](/documentation/ClockKit/CLKComplicationTemplateGraphicCircularOpenGaugeRangeText/templateWithGaugeProvider:leadingTextProvider:trailingTextProvider:centerTextProvider:)

Returns a new template that has an open circular gauge with leading and trailing text, and a center text element.

### Setting the Complication Data

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

The text to display in the center of the gauge.

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

The gauge to display in the complication.

[`leadingTextProvider`](/documentation/ClockKit/CLKComplicationTemplateGraphicCircularOpenGaugeRangeText/leadingTextProvider)

The text to display on the leading edge of the gauge.

[`trailingTextProvider`](/documentation/ClockKit/CLKComplicationTemplateGraphicCircularOpenGaugeRangeText/trailingTextProvider)

The text to display on the trailing edge of the gauge.



---

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)