Exposes properties which control the appearance of negative-value .

Inheritance

Returns a which defines the border color applied to data bars with a negative value.

public WorkbookColorInfo BarBorderColor { get; set; }

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; }

Returns a which defines the fill color applied to data bars with a negative value.

public WorkbookColorInfo BarColor { get; set; }

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; }