Property Getters/Setters Summary | ||
---|---|---|
function | getBorderColor() | |
function | setBorderColor(value) | |
Gets or sets a FormatColor object that you can use to specify the border color for negative data bars. | ||
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. | ||
function | getColor() | |
function | setColor(value) | |
Gets or sets a FormatColor object that you can use to specify the fill color for negative data bars. | ||
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. |
function getBorderColor() / function setBorderColor(value)
function getBorderColorType() / function setBorderColorType(value)
function getColor() / function setColor(value)
function getColorType() / function setColorType(value)