One reading on a legend row. Multi-plot sources show one per plot, each in that plot's own color (an MA ribbon's four averages, MACD's three lines) — a single string in a single color cannot say which number is which.

interface LegendValue {
    color?: string;
    label?: string;
    text: string;
}

Properties

Properties

color?: string

Defaults to the row's valueColor, then color, then the theme text.

label?: string

Dimmed prefix, e.g. O / H / Vol.

text: string