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

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [DataShape](./schema.datashape.md) &gt; [orientation](./schema.datashape.orientation.md)

## DataShape.orientation property

Data orientation. Default: "values" is the only valid option if the format is csv, "records" is default if JSON.

<b>Signature:</b>

```typescript
orientation?: DataOrientation;
```
