---
title: CLKComplicationTemplateGraphicCircularOpenGaugeView
framework: clockkit
role: symbol
role_heading: Class
path: clockkit/clkcomplicationtemplategraphiccircularopengaugeview
---

# CLKComplicationTemplateGraphicCircularOpenGaugeView

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

## Declaration

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

## Overview

Overview This template belongs to the CLKComplicationFamily.graphicCircular family. Figure 1 shows the layout of the view and where the template might appear on the clock face.

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

## Topics

### Creating the Template

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

### Accesing the Content

- [gaugeProvider](clockkit/clkcomplicationtemplategraphiccircularopengaugeview/gaugeprovider.md)
- [centerTextProvider](clockkit/clkcomplicationtemplategraphiccircularopengaugeview/centertextprovider.md)
- [bottomLabel](clockkit/clkcomplicationtemplategraphiccircularopengaugeview/bottomlabel.md)

## Relationships

### Inherits From

- [CLKComplicationTemplateGraphicCircular](clockkit/clkcomplicationtemplategraphiccircular.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

### Circular templates

- [CLKComplicationTemplateGraphicCircularView](clockkit/clkcomplicationtemplategraphiccircularview.md)
- [CLKComplicationTemplateGraphicCircularClosedGaugeView](clockkit/clkcomplicationtemplategraphiccircularclosedgaugeview.md)
- [CLKComplicationTemplateGraphicCircularStackViewText](clockkit/clkcomplicationtemplategraphiccircularstackviewtext.md)
