<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [BinArgs](./schema.binargs.md) &gt; [fixedcount](./schema.binargs.fixedcount.md)

## BinArgs.fixedcount property

Fixed number of bins. Note that the bin placements are inclusive of the bottom boundary and exclusive of the top boundary - this means there is always one extra bin for the max value when using fixed count.

<b>Signature:</b>

```typescript
fixedcount?: number;
```
