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

# CLKSimpleGaugeProvider

A gauge that shows a fractional value.

```
class CLKSimpleGaugeProvider
```

## Overview

A simple gauge provider displays values that map to a `0.0` to `1.0` range. For example, you could use the gauge to show the percentage of a task that has been completed, or the current temperature within a specified temperature range.

> Note:
> Tinted graphic complications display gauges using a solid color chosen by the user.

For time intervals, use the [`CLKTimeIntervalGaugeProvider`](/documentation/ClockKit/CLKTimeIntervalGaugeProvider).

## Topics

### Creating a Simple Gauge Provider

[`+  gaugeProviderWithStyle:gaugeColor:fillFraction:`](/documentation/ClockKit/CLKSimpleGaugeProvider/init(style:gaugeColor:fillFraction:))

Creates a solid-color gauge.

[`+  gaugeProviderWithStyle:gaugeColors:gaugeColorLocations:fillFraction:`](/documentation/ClockKit/CLKSimpleGaugeProvider/init(style:gaugeColors:gaugeColorLocations:fillFraction:))

Creates a multicolor gauge.

### Getting Information About the Gauge

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

The value displayed by the gauge.

## Relationships

### Conforms To

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

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

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

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

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

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

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

### Inherits From

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

---

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)