<!--
{
  "availability" : [
    "watchOS: 5.0.0 - 27.2.0"
  ],
  "documentType" : "symbol",
  "framework" : "ClockKit",
  "identifier" : "/documentation/ClockKit/CLKGaugeProvider",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "ClockKit"
    ],
    "preciseIdentifier" : "c:objc(cs)CLKGaugeProvider"
  },
  "title" : "CLKGaugeProvider"
}
-->

# CLKGaugeProvider

An abstract superclass that provides all the common behaviors for the gauge providers.

```
class CLKGaugeProvider
```

## Overview

Don’t create instances of this class yourself. Instead, create instances of the concrete subclasses based on the type of gauge you’re trying to create.

## Topics

### Setting the Gauge’s Appearance

[`var gaugeColors: [UIColor]?`](/documentation/ClockKit/CLKGaugeProvider/gaugeColors)

The colors of the gauge.

[`var gaugeColorLocations: [NSNumber]?`](/documentation/ClockKit/CLKGaugeProvider/gaugeColorLocations)

The location of each color in a multicolor gauge’s gradient.

[`var style: CLKGaugeProviderStyle`](/documentation/ClockKit/CLKGaugeProvider/style)

The style that defines the gauge’s appearance.

### Adding Accessibility

[`var accessibilityLabel: String?`](/documentation/ClockKit/CLKGaugeProvider/accessibilityLabel)

A localized string that describes the gague.

## Relationships

### Inherited By

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

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

### Conforms To

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

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

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

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

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

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

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

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

---

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)