NegativeBarFormat
Contents
[
Hide
]NegativeBarFormat class
Represents the color settings of the data bars for negative values that are defined by a data bar conditional formatting rule.
class NegativeBarFormat;
Properties
| Property | Type | Description |
|---|---|---|
| borderColor | Color | Gets or sets a FormatColor object that you can use to specify the border color for negative data bars. |
| borderColorType | DataBarNegativeColorType | Gets whether to use the same border color as positive data bars. |
| color | Color | Gets or sets a FormatColor object that you can use to specify the fill color for negative data bars. |
| colorType | DataBarNegativeColorType | Gets or sets whether to use the same fill color as positive data bars. |
borderColor
Gets or sets a FormatColor object that you can use to specify the border color for negative data bars.
borderColor : Color;
borderColorType
Gets whether to use the same border color as positive data bars.
borderColorType : DataBarNegativeColorType;
color
Gets or sets a FormatColor object that you can use to specify the fill color for negative data bars.
color : Color;
colorType
Gets or sets whether to use the same fill color as positive data bars.
colorType : DataBarNegativeColorType;