---
title: CLKComplicationTemplateGraphicExtraLargeCircularOpenGaugeView
framework: clockkit
role: symbol
role_heading: Class
path: clockkit/clkcomplicationtemplategraphicextralargecircularopengaugeview
---

# CLKComplicationTemplateGraphicExtraLargeCircularOpenGaugeView

A template for displaying a SwiftUI view, an open gauge, and text.

## Declaration

```swift
class CLKComplicationTemplateGraphicExtraLargeCircularOpenGaugeView<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 template masks the view to a circle.  |  |   |  |   |  |   |  |   |  |

## Topics

### Creating the Template

- [init(gaugeProvider:centerTextProvider:bottomLabel:)](clockkit/clkcomplicationtemplategraphicextralargecircularopengaugeview/init(gaugeprovider:centertextprovider:bottomlabel:).md)

### Accessing the Content

- [gaugeProvider](clockkit/clkcomplicationtemplategraphicextralargecircularopengaugeview/gaugeprovider.md)
- [centerTextProvider](clockkit/clkcomplicationtemplategraphicextralargecircularopengaugeview/centertextprovider.md)
- [bottomLabel](clockkit/clkcomplicationtemplategraphicextralargecircularopengaugeview/bottomlabel.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)
- [CLKComplicationTemplateGraphicExtraLargeCircularClosedGaugeView](clockkit/clkcomplicationtemplategraphicextralargecircularclosedgaugeview.md)
- [CLKComplicationTemplateGraphicExtraLargeCircularStackViewText](clockkit/clkcomplicationtemplategraphicextralargecircularstackviewtext.md)
