asposecells.api
Class NegativeBarFormat

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

Property Getters/Setters Summary
methodgetBorderColor()
methodsetBorderColor(value)
           Gets or sets a FormatColor object that you can use to specify the border color for negative data bars.
methodgetBorderColorType()
methodsetBorderColorType(value)
           Gets whether to use the same border color as positive data bars. The value of the property is DataBarNegativeColorType integer constant.
methodgetColor()
methodsetColor(value)
           Gets or sets a FormatColor object that you can use to specify the fill color for negative data bars.
methodgetColorType()
methodsetColorType(value)
           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 

Color getBorderColor() / setBorderColor(value)
Gets or sets a FormatColor object that you can use to specify the border color for negative data bars.

getBorderColorType/setBorderColorType : int 

int getBorderColorType() / 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 

Color getColor() / setColor(value)
Gets or sets a FormatColor object that you can use to specify the fill color for negative data bars.

getColorType/setColorType : int 

int getColorType() / 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.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.