<!--
{
  "availability" : [
    "watchOS: 7.0.0 - 27.2.0"
  ],
  "documentType" : "symbol",
  "framework" : "ClockKit",
  "identifier" : "/documentation/ClockKit/CLKComplicationTemplateGraphicExtraLargeCircularClosedGaugeView",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "ClockKit",
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:17_ClockKit_SwiftUI63CLKComplicationTemplateGraphicExtraLargeCircularClosedGaugeViewC"
  },
  "title" : "CLKComplicationTemplateGraphicExtraLargeCircularClosedGaugeView"
}
-->

# CLKComplicationTemplateGraphicExtraLargeCircularClosedGaugeView

A template for displaying an extra-large SwiftUI view inside a closed circular gauge.

```
final class CLKComplicationTemplateGraphicExtraLargeCircularClosedGaugeView<Label> where Label : View
```

## Overview

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

The table below lists the dimensions of the view displayed by the template. The image provider automatically masks the image to a circle.

|Apple Watch Size|Width      |Height     |
|----------------|-----------|-----------|
|40 mm           |77 points  |77 points  |
|41 mm           |81.5 points|81.5 points|
|44 mm           |87 points  |87 points  |
|41 mm           |81.5 points|81.5 points|

## Topics

### Creating the Template

[`init(gaugeProvider: CLKGaugeProvider, label: Label)`](/documentation/ClockKit/CLKComplicationTemplateGraphicExtraLargeCircularClosedGaugeView/init(gaugeProvider:label:))

Creates a new template with a closed circular gauge and a SwiftUI view in the center.

### Accessing the Content

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

The gauge provider for the template.

[`var label: Label`](/documentation/ClockKit/CLKComplicationTemplateGraphicExtraLargeCircularClosedGaugeView/label)

The SwiftUI view displayed by the template.

## Relationships

### Conforms To

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

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

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

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

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

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

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

### 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)