BarStyleCellTextVerticalAlignment
Vertical alignment for cell text value relative to bar/chart (Above, Below, Merged)
TypeScript
export type BarStyleCellTextVerticalAlignment = 'Above' | 'Below' | 'Merged';Vertical alignment for cell text value relative to bar/chart (Above, Below, Merged)
export type BarStyleCellTextVerticalAlignment = 'Above' | 'Below' | 'Merged';