Exposes the information necessary for drawing a data bar for a specific cell.
Inheritance
object
Properties
Section titled "Properties"AxisColor
Section titled "AxisColor"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; } AxisPosition
Section titled "AxisPosition"Specifies the position, as a percentage of the cell width, where the axis ahould be rendered (read-only)
public double AxisPosition { get; } BarBorder
Section titled "BarBorder"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; } BarColor
Section titled "BarColor"The color to use to draw the data bar (read-only).
public WorkbookColorInfo BarColor { get; } BarFillType
Section titled "BarFillType"Specifies whether the data bar should be filled with a sold color or a gradient (read-only).
public DataBarFillType BarFillType { get; } BarPositionFrom
Section titled "BarPositionFrom"Species the position, as a percentage of the cell width, where the data bar should begin (read-only).
public double BarPositionFrom { get; } BarPositionTo
Section titled "BarPositionTo"Species the position, as a percentage of the cell width, where the data bar should end (read-only).
public double BarPositionTo { get; } Direction
Section titled "Direction"Specifies the direction of the bata bar (read-only).
public DataBarDirection Direction { get; } IsNegative
Section titled "IsNegative"Returns true if the cell value is negative (read-only).
public bool IsNegative { get; } ShowValue
Section titled "ShowValue"Returns whether the cell value is to be shown along with the data bar (read-only).
public bool ShowValue { get; }