<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSProgressIndicator/minValue",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSProgressIndicator(py)minValue"
  },
  "title" : "minValue"
}
-->

# minValue

The minimum value for the progress indicator.

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

## 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.

---

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)