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

# CLKComplicationTemplateGraphicExtraLargeCircularOpenGaugeSimpleText

A template for displaying text inside an open gauge, with additional text at the bottom of the gauge.

```
class CLKComplicationTemplateGraphicExtraLargeCircularOpenGaugeSimpleText
```

## Overview

This template belongs to the [`CLKComplicationFamily.graphicExtraLarge`](/documentation/ClockKit/CLKComplicationFamily/graphicExtraLarge) family. [Figure 1](/documentation/clockkit/clkcomplicationtemplategraphicextralargecircularopengaugesimpletext#3667232) shows the layout of the complication and where it appears on the clock face.

![A diagram showing the layout of the complication that calls out the content produced by the gauge, center text, and bottom text providers.](images/com.apple.clockkit/media-3667232@2x.png)

## Topics

### Creating the Template

[`init(gaugeProvider: CLKGaugeProvider, bottomTextProvider: CLKTextProvider, centerTextProvider: CLKTextProvider)`](/documentation/ClockKit/CLKComplicationTemplateGraphicExtraLargeCircularOpenGaugeSimpleText/init(gaugeProvider:bottomTextProvider:centerTextProvider:))

Creates a new template with an open circular gauge, a small text element at the bottom, and a larger text element in the center.

[`+ (instancetype) templateWithGaugeProvider:(CLKGaugeProvider *) gaugeProvider bottomTextProvider:(CLKTextProvider *) bottomTextProvider centerTextProvider:(CLKTextProvider *) centerTextProvider;`](/documentation/ClockKit/CLKComplicationTemplateGraphicExtraLargeCircularOpenGaugeSimpleText/templateWithGaugeProvider:bottomTextProvider:centerTextProvider:)

Returns a new template with an open circular gauge, a small text element at the bottom, and a larger text element in the center.

### Setting the Complication Data

[`var bottomTextProvider: CLKTextProvider`](/documentation/ClockKit/CLKComplicationTemplateGraphicExtraLargeCircularOpenGaugeSimpleText/bottomTextProvider)

The text to display at the bottom of the gauge.

[`var centerTextProvider: CLKTextProvider`](/documentation/ClockKit/CLKComplicationTemplateGraphicExtraLargeCircularOpenGaugeSimpleText/centerTextProvider)

The text to display in the center of the gauge.

[`var gaugeProvider: CLKGaugeProvider`](/documentation/ClockKit/CLKComplicationTemplateGraphicExtraLargeCircularOpenGaugeSimpleText/gaugeProvider)

The gauge to display in the complication.

## Relationships

### Inherits From

[`CLKComplicationTemplateGraphicExtraLargeCircular`](/documentation/ClockKit/CLKComplicationTemplateGraphicExtraLargeCircular)

### Conforms To

[`CVarArg`](/documentation/Swift/CVarArg)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`NSCopying`](/documentation/Foundation/NSCopying)

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

---

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)