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

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [Field](./schema.field.md) &gt; [nature](./schema.field.nature.md)

## Field.nature property

Data nature. This is primarily applicable to numbers, which have different characters that define how we should display them in charts. default: continuous TODO: there is a large block of nature-related content in CauseDis. is some of this transient application state? how much do we need to carry in a schema?

<b>Signature:</b>

```typescript
nature?: VariableNature;
```
