public interface INegativeBarFormat
Represents the color settings of the data bars for negative values that are defined by a data bar conditional formating rule.
-
Method Summary
Gets a FormatColor object that you can use to specify the border color for negative data bars.
Gets whether to use the same border color as positive data bars.
Gets a FormatColor object that you can use to specify the fill color for negative data bars.
Gets whether to use the same fill color as positive data bars.
void
Sets whether to use the same border color as positive data bars.
void
Sets whether to use the same fill color as positive data bars.
-
Method Details
-
getBorderColor
Gets 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.
-
setBorderColorType
Sets whether to use the same border color as positive data bars.
-
getColor
Gets a FormatColor object that you can use to specify the fill color for negative data bars.
-
getColorType
Gets whether to use the same fill color as positive data bars.
-
setColorType
Sets whether to use the same fill color as positive data bars.