# ITrendSeriesType

## Definition

```tsx
type ITrendSeriesType = 'line' | 'area';
```

## Usage

```tsx
import { undefined } from 'uxp/components';
```
