+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "YAxis"
keywords = ["grafana","documentation","sdk","@grafana/data"]
type = "docs"
draft = true
+++
## YAxis interface
Signature
```typescript
export interface YAxis
```
Import
```typescript
import { YAxis } from '@grafana/data';
```
Properties
| Property | Type | Description |
| --- | --- | --- |
| [index](#index-property) | number
| |
| [min](#min-property) | number
| |
| [tickDecimals](#tickdecimals-property) | number
| |
### index property
Signature
```typescript
index: number;
```
### min property
Signature
```typescript
min?: number;
```
### tickDecimals property
Signature
```typescript
tickDecimals?: number;
```