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

# minValue

The minimum value for the progress indicator.

## Declaration

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

## Discussion

Discussion By default, a determinate progress indicator goes from 0.0 to 100.0, so the default value of this property is 0.0. An indeterminate progress indicator does not use this value.

## See Also

### Advancing the progress bar

- [increment(by:)](appkit/nsprogressindicator/increment(by:).md)
- [doubleValue](appkit/nsprogressindicator/doublevalue.md)
- [maxValue](appkit/nsprogressindicator/maxvalue.md)
