<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSLevelIndicator/Style",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@E@NSLevelIndicatorStyle"
  },
  "title" : "NSLevelIndicator.Style"
}
-->

# NSLevelIndicator.Style

Constants that specify a level indicator’s appearance.

```
enum Style
```

## Topics

### Level Indicator Styles

[`NSLevelIndicator.Style.relevancy`](/documentation/AppKit/NSLevelIndicator/Style/relevancy)

A style that indicates the relevancy of an item, such as a search result.

[`NSLevelIndicator.Style.continuousCapacity`](/documentation/AppKit/NSLevelIndicator/Style/continuousCapacity)

A style that indicates the capacity of something, such as how much data is on a hard disk.

[`NSLevelIndicator.Style.discreteCapacity`](/documentation/AppKit/NSLevelIndicator/Style/discreteCapacity)

A style that displays discrete segments that indicate the capacity of something, such as an audio level.

[`NSLevelIndicator.Style.rating`](/documentation/AppKit/NSLevelIndicator/Style/rating)

A style that indicates a rank, such as a star ranking display.

### Deprecated Style Constants

[`NSRelevancyLevelIndicatorStyle`](/documentation/AppKit/NSRelevancyLevelIndicatorStyle)

A style that indicates the relevancy of an item, such as a search result.

[`NSRatingLevelIndicatorStyle`](/documentation/AppKit/NSRatingLevelIndicatorStyle)

A style that indicates a rank, such as a star ranking display.

[`NSDiscreteCapacityLevelIndicatorStyle`](/documentation/AppKit/NSDiscreteCapacityLevelIndicatorStyle)

A style that displays discrete segments that indicate the capacity of something, such as an audio level.

[`NSContinuousCapacityLevelIndicatorStyle`](/documentation/AppKit/NSContinuousCapacityLevelIndicatorStyle)

A style that indicates the capacity of something, such as how much data is on a hard disk.



---

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)