NegativeBarFormat
Source: aspose.
Represents the color settings of the data bars for negative values that are defined by a data bar conditional formatting rule.
Methods
getBorderColor()
Gets or sets a FormatColor object that you can use to specify the border color for negative data bars.
getBorderColorType()
Gets whether to use the same border color as positive data bars. The value of the property is DataBarNegativeColorType integer constant.
getColor()
Gets or sets a FormatColor object that you can use to specify the fill color for negative data bars.
getColorType()
Gets or sets whether to use the same fill color as positive data bars. The value of the property is DataBarNegativeColorType integer constant.
setBorderColor()
Gets or sets a FormatColor object that you can use to specify the border color for negative data bars.
setBorderColorType()
Gets whether to use the same border color as positive data bars. The value of the property is DataBarNegativeColorType integer constant.
setColor()
Gets or sets a FormatColor object that you can use to specify the fill color for negative data bars.
setColorType()
Gets or sets whether to use the same fill color as positive data bars. The value of the property is DataBarNegativeColorType integer constant.