aspose.cells

Class NegativeBarFormat

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

Property Getters/Setters Summary
functiongetBorderColor()
function
           Gets or sets a FormatColor object that you can use to specify the border color for negative data bars.
functiongetBorderColorType()
function
           Gets whether to use the same border color as positive data bars. The value of the property is DataBarNegativeColorType integer constant.
functiongetColor()
function
setColor(value)
           Gets or sets a FormatColor object that you can use to specify the fill color for negative data bars.
functiongetColorType()
function
           Gets or sets whether to use the same fill color as positive data bars. The value of the property is DataBarNegativeColorType integer constant.
 

    • Property Getters/Setters Detail

      • getBorderColor/setBorderColor : Color 

        function getBorderColor() / function setBorderColor(value)
        
        Gets or sets a FormatColor object that you can use to specify the border color for negative data bars.
      • getBorderColorType/setBorderColorType : Number 

        function getBorderColorType() / function setBorderColorType(value)
        
        Gets whether to use the same border color as positive data bars. The value of the property is DataBarNegativeColorType integer constant.
      • getColor/setColor : Color 

        function getColor() / function setColor(value)
        
        Gets or sets a FormatColor object that you can use to specify the fill color for negative data bars.
      • getColorType/setColorType : Number 

        function getColorType() / function setColorType(value)
        
        Gets or sets whether to use the same fill color as positive data bars. The value of the property is DataBarNegativeColorType integer constant.