Property Getters/Setters Summary | ||
---|---|---|
method | getBorderColor() | |
method | setBorderColor(value) | |
Gets or sets a FormatColor object that you can use to specify the border color for negative data bars. | ||
method | getBorderColorType() | |
method | setBorderColorType(value) | |
Gets whether to use the same border color as positive data bars. The value of the property is DataBarNegativeColorType integer constant. | ||
method | getColor() | |
method | setColor(value) | |
Gets or sets a FormatColor object that you can use to specify the fill color for negative data bars. | ||
method | getColorType() | |
method | 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. |
Color getBorderColor() / setBorderColor(value)
int getBorderColorType() / setBorderColorType(value)
Color getColor() / setColor(value)
int getColorType() / setColorType(value)