+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "BarGaugeDisplayMode"
keywords = ["grafana","documentation","sdk","@grafana/ui"]
type = "docs"
+++
## BarGaugeDisplayMode enum
### BarGaugeDisplayMode enum
Signature
```typescript
export declare enum BarGaugeDisplayMode
```
Import
```typescript
import { BarGaugeDisplayMode } from '@grafana/ui';
```
## Enumeration Members
| Member | Value | Description |
| --- | --- | --- |
| Basic | "basic"
| |
| Gradient | "gradient"
| |
| Lcd | "lcd"
| |