BarStyleCellTextPlacement

Placement of cell text value (Cell or Percent) around the bar/chart

TypeScript
export interface

Properties

PropertyTypeDescriptionDefault
HorizontalBarStyleCellTextHorizontalAlignmentHorizontal alignment within its vertical band.'Left'
VerticalBarStyleCellTextVerticalAlignmentVertical 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'

Property Value

BarStyleCellTextVerticalAlignment