Exposes the information necessary for drawing a data bar for a specific cell.

CellDataBarInfo

new CellDataBarInfo(a: number, b: number, c: number, d: boolean, e: boolean, f: DataBarDirection, g: DataBarFillType, h: WorkbookColorInfo, i: WorkbookColorInfo, j: WorkbookColorInfo): CellDataBarInfo

Returns CellDataBarInfo

$t: Type

The color to use to draw the axis line or null if no axis line is to be drawn (read-only).

get axisColor(): WorkbookColorInfo

Returns WorkbookColorInfo

Specifies the position, as a percentage of the cell width, where the axis ahould be rendered (read-only) a percentage from 0 to 100 Note: if [[axisColor]] returns null then this property can be ignored.

get axisPosition(): number

Returns number

The color to use to draw the border around the data bar or null if no border is to be drawn (read-only).

get barBorder(): WorkbookColorInfo

Returns WorkbookColorInfo

The color to use to draw the data bar (read-only).

get barColor(): WorkbookColorInfo

Returns WorkbookColorInfo

Specifies whether the data bar should be filled with a sold color or a gradient (read-only).

get barFillType(): DataBarFillType

Returns DataBarFillType

Species the position, as a percentage of the cell width, where the data bar should begin (read-only).

get barPositionFrom(): number

Returns number

Species the position, as a percentage of the cell width, where the data bar should end (read-only).

get barPositionTo(): number

Returns number

Specifies the direction of the bata bar (read-only).

get direction(): DataBarDirection

Returns DataBarDirection

Returns true if the cell value is negative (read-only).

get isNegative(): boolean

Returns boolean

Returns whether the cell value is to be shown along with the data bar (read-only).

get showValue(): boolean

Returns boolean