Exposes properties which control the appearance of negative-value .
Inheritance
object
Properties
Section titled "Properties"BarBorderColor
Section titled "BarBorderColor"Returns a which defines the border color applied to data bars with a negative value.
public WorkbookColorInfo BarBorderColor { get; set; } BarBorderColorType
Section titled "BarBorderColorType"Returns or sets a value which specifies whether the same border color as that which is used for data bars with positive cell values is also used for data bars with negative cell values.
public DataBarNegativeBarColorType BarBorderColorType { get; set; } BarColor
Section titled "BarColor"Returns a which defines the fill color applied to data bars with a negative value.
public WorkbookColorInfo BarColor { get; set; } BarColorType
Section titled "BarColorType"Returns or sets a value which specifies whether the same color as that which is used for the positive data bars is used.
public DataBarNegativeBarColorType BarColorType { get; set; }