---
title: minValue
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nslevelindicatorcell/minvalue
---

# minValue

The minimum value of the control.

## Declaration

```swift
var minValue: Double { get set }
```

## Discussion

Discussion The default value of this property is 0.0.

## See Also

### Configuring the Range of Values

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