NegativeBarFormat

NegativeBarFormat class

Represents the color settings of the data bars for negative values that are defined by a data bar conditional formatting rule.

Properties

NameTypeDescription
BorderColorColorGets or sets a FormatColor object that you can use to specify the border color for negative data bars.
BorderColorTypeintGets whether to use the same border color as positive data bars. The value of the property is DataBarNegativeColorType i
ColorColorGets or sets a FormatColor object that you can use to specify the fill color for negative data bars.
ColorTypeintGets or sets whether to use the same fill color as positive data bars. The value of the property is DataBarNegativeColor

NegativeBarFormat.BorderColor property

Gets or sets a FormatColor object that you can use to specify the border color for negative data bars.

Type: Color

NegativeBarFormat.BorderColorType property

Gets whether to use the same border color as positive data bars. The value of the property is DataBarNegativeColorType integer constant.

Type: int

NegativeBarFormat.Color property

Gets or sets a FormatColor object that you can use to specify the fill color for negative data bars.

Type: Color

NegativeBarFormat.ColorType property

Gets or sets whether to use the same fill color as positive data bars. The value of the property is DataBarNegativeColorType integer constant.

Type: int