BarStyleCellTextLayout

Per-value cell-text layout: each value (Cell Value, Percent Value) can be independently placed on the 3 × 3 grid (Above/Below/Merged × Left/Center/Right).

A value is shown only when its key is present. When both values land on the same horizontal slot at the same vertical position they are concatenated with a single space (Cell Value first, then Percent Value).

TypeScript
export interface

Properties

PropertyTypeDescription
CellValueBarStyleCellTextPlacementPlacement of the formatted cell value.
PercentValueBarStyleCellTextPlacementPlacement of the percent value (the cell value's position along the bar's [min, max] scale as a 0–100% reading).

Property Details

CellValue

Placement of the formatted cell value.

TypeScript
CellValue?: BarStyleCellTextPlacement;
Property Value

BarStyleCellTextPlacement

PercentValue

Placement of the percent value (the cell value's position along the bar's [min, max] scale as a 0–100% reading).

TypeScript
PercentValue?: BarStyleCellTextPlacement;
Property Value

BarStyleCellTextPlacement