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 interfaceProperties
| Property | Type | Description |
|---|---|---|
| CellValue | BarStyleCellTextPlacement | Placement of the formatted cell value. |
| PercentValue | BarStyleCellTextPlacement | Placement 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
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;