<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Charts",
  "identifier" : "/documentation/Charts/NumberBins/init(range:count:)-6hip8",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "Swift Charts"
    ],
    "preciseIdentifier" : "s:6Charts10NumberBinsV5range5countACyxGSNyxG_SitcSzRzrlufc"
  },
  "title" : "init(range:count:)"
}
-->

# init(range:count:)

Creates the given number of bins for the range. Expects that the range length is a multiple of `count` to allow uniform integer bins.

```
nonisolated init(range: ClosedRange<Value>, count: Int) where Value : BinaryInteger
```

## Parameters

`range`

The range of the bins. The first bin starts at the lower bound of the range, and the last bin ends at the upper bound of the range.

`count`

The exact number of bins.

---

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)