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

# CLKComplicationTemplateGraphicExtraLargeCircularClosedGaugeText

A template for displaying text inside an extra-large closed circular gauge.

```
class CLKComplicationTemplateGraphicExtraLargeCircularClosedGaugeText
```

## Overview

This template belongs to the [`CLKComplicationFamily.graphicExtraLarge`](/documentation/ClockKit/CLKComplicationFamily/graphicExtraLarge) family. [Figure 1](/documentation/clockkit/clkcomplicationtemplategraphicextralargecircularclosedgaugetext#3667235) 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 and text providers.](images/com.apple.clockkit/media-3667235@2x.png)

## Topics

### Creating the Template

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

Creates a new template with a closed circular gauge with text in the center.

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

Returns a new template with a closed circular gauge with text in the center.

### Setting the Complication Data

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

The text to display in the center of the gauge.

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

The gauge to display in the complication.

## Relationships

### Conforms To

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

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

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

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

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

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

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

### Inherits From

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

---

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)