BarStyleCellTextHorizontalAlignment
Horizontal alignment for cell text (Cell or Percent) in Percent, Range Bar & Bullet styles (Left, Center, Right)
TypeScript
export type BarStyleCellTextHorizontalAlignment = 'Left' | 'Center' | 'Right';Horizontal alignment for cell text (Cell or Percent) in Percent, Range Bar & Bullet styles (Left, Center, Right)
export type BarStyleCellTextHorizontalAlignment = 'Left' | 'Center' | 'Right';