Skip to content

CellDataBar

Defined in: src/core/document-model/types.ts:528

A conditional-format data bar: a horizontal bar of width fraction (0..1 of the cell), painted over the shading and under the text (E-SHEET SC1c). It starts at startFraction from the cell’s left (default 0); a mixed-sign range puts the axis inside the cell so negative bars run left of it (tail TC4).

readonly colorHex: string

Defined in: src/core/document-model/types.ts:530


readonly fraction: number

Defined in: src/core/document-model/types.ts:529


readonly optional startFraction?: number

Defined in: src/core/document-model/types.ts:531