Menu
Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.
Enterprise
Open source
LegendItem interface
Signature
typescript
export interface LegendItem Import
typescript
import { LegendItem } from '@grafana/ui';Properties
| Property | Type | Description |
|---|---|---|
| color | string | |
| displayValues | DisplayValue[] | |
| isVisible | boolean | |
| label | string | |
| yAxis | number |
color property
Signature
typescript
color: string;displayValues property
Signature
typescript
displayValues?: DisplayValue[];isVisible property
Signature
typescript
isVisible: boolean;label property
Signature
typescript
label: string;yAxis property
Signature
typescript
yAxis: number;Was this page helpful?
Related resources from Grafana Labs
Additional helpful documentation, links, and articles:
Choose a product
Viewing: v7.1
Find another version
Scroll for more