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

# CLKComplicationTemplateGraphicCircularClosedGaugeView

A template for displaying a SwiftUI view inside a closed circular gauge.

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

## Overview

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

![A diagram showing the layout of the complication that calls out the content produced by the gauge provider and the label.](images/com.apple.clockkit/media-3667247@2x.png)

The following table lists the dimensions of the SwiftUI view displayed by the template. The template masks the view to a circle.

|Apple Watch Size|Width      |Height     |
|----------------|-----------|-----------|
|40 mm           |27 points  |27 points  |
|41 mm           |28.5 points|28.5 points|
|44 mm           |31 points  |31 points  |
|45 mm           |32 points  |32 points  |

## Topics

### Creating the Template

[`init(gaugeProvider: CLKGaugeProvider, label: Label)`](/documentation/ClockKit/CLKComplicationTemplateGraphicCircularClosedGaugeView/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/CLKComplicationTemplateGraphicCircularClosedGaugeView/gaugeProvider)

The gauge provider for the template.

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

The SwiftUI view displayed by the template.

## Relationships

### Conforms To

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

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

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

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

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

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

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

### Inherits From

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

---

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)