---
title: NSLevelIndicatorCell
framework: appkit
role: symbol
role_heading: Class
path: appkit/nslevelindicatorcell
---

# NSLevelIndicatorCell

NSLevelIndicatorCell is a subclass of NSActionCell that provides several level indicator display styles including: capacity, ranking and relevancy. The capacity style provides both continuous and discrete modes.

## Declaration

```swift
class NSLevelIndicatorCell
```

## Topics

### Initializing NSLevelIndicatorCell Objects

- [init(levelIndicatorStyle:)](appkit/nslevelindicatorcell/init(levelindicatorstyle:).md)

### Configuring the Range of Values

- [minValue](appkit/nslevelindicatorcell/minvalue.md)
- [maxValue](appkit/nslevelindicatorcell/maxvalue.md)
- [levelIndicatorStyle](appkit/nslevelindicatorcell/levelindicatorstyle.md)
- [warningValue](appkit/nslevelindicatorcell/warningvalue.md)
- [criticalValue](appkit/nslevelindicatorcell/criticalvalue.md)

### Managing Tick Marks

- [tickMarkPosition](appkit/nslevelindicatorcell/tickmarkposition.md)
- [numberOfTickMarks](appkit/nslevelindicatorcell/numberoftickmarks.md)
- [numberOfMajorTickMarks](appkit/nslevelindicatorcell/numberofmajortickmarks.md)
- [tickMarkValue(at:)](appkit/nslevelindicatorcell/tickmarkvalue(at:).md)
- [rectOfTickMark(at:)](appkit/nslevelindicatorcell/rectoftickmark(at:).md)

### Constants

- [NSLevelIndicator.Style](appkit/nslevelindicator/style.md)

## Relationships

### Inherits From

- [NSActionCell](appkit/nsactioncell.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSAccessibilityElementProtocol](appkit/nsaccessibilityelementprotocol.md)
- [NSAccessibilityProtocol](appkit/nsaccessibilityprotocol.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSUserInterfaceItemIdentification](appkit/nsuserinterfaceitemidentification.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
