+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "GetFieldDisplayValuesOptions"
keywords = ["grafana","documentation","sdk","@grafana/data"]
type = "docs"
+++
## GetFieldDisplayValuesOptions interface
Signature
```typescript
export interface GetFieldDisplayValuesOptions
```
Import
```typescript
import { GetFieldDisplayValuesOptions } from '@grafana/data';
```
Properties
| Property | Type | Description |
| --- | --- | --- |
| [autoMinMax](#autominmax-property) | boolean
| |
| [data](#data-property) | DataFrame[]
| |
| [fieldConfig](#fieldconfig-property) | FieldConfigSource
| |
| [reduceOptions](#reduceoptions-property) | ReduceDataOptions
| |
| [replaceVariables](#replacevariables-property) | InterpolateFunction
| |
| [sparkline](#sparkline-property) | boolean
| |
| [theme](#theme-property) | GrafanaTheme
| |
| [timeZone](#timezone-property) | TimeZone
| |
### autoMinMax property
Signature
```typescript
autoMinMax?: boolean;
```
### data property
Signature
```typescript
data?: DataFrame[];
```
### fieldConfig property
Signature
```typescript
fieldConfig: FieldConfigSource;
```
### reduceOptions property
Signature
```typescript
reduceOptions: ReduceDataOptions;
```
### replaceVariables property
Signature
```typescript
replaceVariables: InterpolateFunction;
```
### sparkline property
Signature
```typescript
sparkline?: boolean;
```
### theme property
Signature
```typescript
theme: GrafanaTheme;
```
### timeZone property
Signature
```typescript
timeZone?: TimeZone;
```