BarStyleCellTextPlacement
Placement of cell text value (Cell or Percent) around the bar/chart
TypeScript
export interfaceProperties
| Property | Type | Description | Default |
|---|---|---|---|
| Horizontal | BarStyleCellTextHorizontalAlignment | Horizontal alignment within its vertical band. | 'Left' |
| Vertical | BarStyleCellTextVerticalAlignment | Vertical position relative to the bar/chart. | 'Below' |
Property Details
Horizontal
Horizontal alignment within its vertical band.
TypeScript
Horizontal?: BarStyleCellTextHorizontalAlignment;Default Value
'Left'
Property Value
BarStyleCellTextHorizontalAlignment
Vertical
Vertical position relative to the bar/chart.
TypeScript
Vertical?: BarStyleCellTextVerticalAlignment;Default Value
'Below'