public interface INegativeBarFormat
| Modifier and Type | Method and Description |
|---|---|
IFormatColor |
getBorderColor()
Gets a FormatColor object that you can use to specify the border color for
negative data bars.
|
DataBarNegativeColorType |
getBorderColorType()
Gets whether to use the same border color as positive data bars.
|
IFormatColor |
getColor()
Gets a FormatColor object that you can use to specify the fill color for
negative data bars.
|
DataBarNegativeColorType |
getColorType()
Gets whether to use the same fill color as positive data bars.
|
void |
setBorderColorType(DataBarNegativeColorType value)
Sets whether to use the same border color as positive data bars.
|
void |
setColorType(DataBarNegativeColorType value)
Sets whether to use the same fill color as positive data bars.
|
IFormatColor getBorderColor()
DataBarNegativeColorType getBorderColorType()
void setBorderColorType(DataBarNegativeColorType value)
IFormatColor getColor()
DataBarNegativeColorType getColorType()
void setColorType(DataBarNegativeColorType value)