+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "DisplayValueAlignmentFactors"
keywords = ["grafana","documentation","sdk","@grafana/data"]
type = "docs"
+++
## DisplayValueAlignmentFactors interface
These represents the display value with the longest title and text. Used to align widths and heights when displaying multiple DisplayValues
Signature
```typescript
export interface DisplayValueAlignmentFactors extends FormattedValue
```
Import
```typescript
import { DisplayValueAlignmentFactors } from '@grafana/data';
```
Properties
| Property | Type | Description |
| --- | --- | --- |
| [title](#title-property) | string
| |
### title property
Signature
```typescript
title: string;
```