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

Inheritance

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

public WorkbookColorInfo AxisColor { get; }

Specifies the position, as a percentage of the cell width, where the axis ahould be rendered (read-only)

public double AxisPosition { get; }

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

public WorkbookColorInfo BarBorder { get; }

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

public WorkbookColorInfo BarColor { get; }

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

public DataBarFillType BarFillType { get; }

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

public double BarPositionFrom { get; }

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

public double BarPositionTo { get; }

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

public DataBarDirection Direction { get; }

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

public bool IsNegative { get; }

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

public bool ShowValue { get; }