---
title: CLKComplicationTemplateGraphicExtraLargeCircularClosedGaugeView
framework: clockkit
role: symbol
role_heading: Class
path: clockkit/clkcomplicationtemplategraphicextralargecircularclosedgaugeview
---

# CLKComplicationTemplateGraphicExtraLargeCircularClosedGaugeView

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

## Declaration

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

## Overview

Overview This template belongs to the CLKComplicationFamily.graphicExtraLarge family. Figure 1 shows the layout of the complication and where it appears on the clock face.

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

## Topics

### Creating the Template

- [init(gaugeProvider:label:)](clockkit/clkcomplicationtemplategraphicextralargecircularclosedgaugeview/init(gaugeprovider:label:).md)

### Accessing the Content

- [gaugeProvider](clockkit/clkcomplicationtemplategraphicextralargecircularclosedgaugeview/gaugeprovider.md)
- [label](clockkit/clkcomplicationtemplategraphicextralargecircularclosedgaugeview/label.md)

## Relationships

### Inherits From

- [CLKComplicationTemplateGraphicExtraLargeCircular](clockkit/clkcomplicationtemplategraphicextralargecircular.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Extra large templates

- [CLKComplicationTemplateGraphicExtraLargeCircularView](clockkit/clkcomplicationtemplategraphicextralargecircularview.md)
- [CLKComplicationTemplateGraphicExtraLargeCircularOpenGaugeView](clockkit/clkcomplicationtemplategraphicextralargecircularopengaugeview.md)
- [CLKComplicationTemplateGraphicExtraLargeCircularStackViewText](clockkit/clkcomplicationtemplategraphicextralargecircularstackviewtext.md)
