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.
Properties
| Name | Type | Description |
|---|---|---|
| BorderColor | Color | Gets or sets a FormatColor object that you can use to specify the border color for negative data bars. |
| BorderColorType | int | Gets whether to use the same border color as positive data bars. The value of the property is DataBarNegativeColorType i |
| Color | Color | Gets or sets a FormatColor object that you can use to specify the fill color for negative data bars. |
| ColorType | int | Gets 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