BarStyleCellTextProperties
Cell-text overlay configuration shared by Percent Bar, Range Bar and Bullet Chart.
TypeScript
export interfaceProperties
| Property | Type | Description |
|---|---|---|
| CellTextLayout | BarStyleCellTextLayout | Per-value placement on the 3 × 3 grid around / on the bar/chart. |
Property Details
CellTextLayout
Per-value placement on the 3 × 3 grid around / on the bar/chart.
TypeScript
CellTextLayout?: BarStyleCellTextLayout;