---
title: CLKGaugeProvider
framework: clockkit
role: symbol
role_heading: Class
path: clockkit/clkgaugeprovider
---

# CLKGaugeProvider

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

## Declaration

```swift
class CLKGaugeProvider
```

## Overview

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

- [gaugeColors](clockkit/clkgaugeprovider/gaugecolors.md)
- [gaugeColorLocations](clockkit/clkgaugeprovider/gaugecolorlocations.md)
- [style](clockkit/clkgaugeprovider/style.md)

### Adding Accessibility

- [accessibilityLabel](clockkit/clkgaugeprovider/accessibilitylabel.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Inherited By

- [CLKSimpleGaugeProvider](clockkit/clksimplegaugeprovider.md)
- [CLKTimeIntervalGaugeProvider](clockkit/clktimeintervalgaugeprovider.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

### Gauge providers

- [CLKSimpleGaugeProvider](clockkit/clksimplegaugeprovider.md)
- [CLKTimeIntervalGaugeProvider](clockkit/clktimeintervalgaugeprovider.md)
- [CLKSimpleGaugeProviderFillFractionEmpty](clockkit/clksimplegaugeproviderfillfractionempty.md)
- [CLKGaugeProviderStyle](clockkit/clkgaugeproviderstyle.md)
