---
title: CLKComplicationRingStyle.open
framework: clockkit
role: symbol
role_heading: Case
path: clockkit/clkcomplicationringstyle/open
---

# CLKComplicationRingStyle.open

A ring in which the values increase clockwise, starting in the lower-left corner, leaving an opening at the bottom of the circle.

## Declaration

```swift
case open
```

## Discussion

Discussion Use this style when you want to convey a value that’s in between two other values that don’t represent an absolute minimum or maximum. For example, you might use this style for a temperature gauge or speedometer.

## See Also

### Constants

- [CLKComplicationRingStyle.closed](clockkit/clkcomplicationringstyle/closed.md)
