Aspose::Cells::NegativeBarFormat class
Contents
[
Hide
]NegativeBarFormat class
Represents the color settings of the data bars for negative values that are defined by a data bar conditional formatting rule.
class NegativeBarFormat
Methods
Method | Description |
---|---|
GetBorderColor() | Gets or sets a FormatColor object that you can use to specify the border color for negative data bars. |
GetBorderColorType() | Gets whether to use the same border color as positive data bars. |
GetColor() | Gets or sets a FormatColor object that you can use to specify the fill color for negative data bars. |
GetColorType() | Gets or sets whether to use the same fill color as positive data bars. |
IsNull() const | Checks whether the implementation object is nullptr. |
NegativeBarFormat(NegativeBarFormat_Impl* impl) | Constructs from an implementation object. |
NegativeBarFormat(const NegativeBarFormat& src) | Copy constructor. |
explicit operator bool() const | operator bool() |
operator=(const NegativeBarFormat& src) | operator= |
SetBorderColor(const Aspose::Cells::Color& value) | Gets or sets a FormatColor object that you can use to specify the border color for negative data bars. |
SetBorderColorType(DataBarNegativeColorType value) | Gets whether to use the same border color as positive data bars. |
SetColor(const Aspose::Cells::Color& value) | Gets or sets a FormatColor object that you can use to specify the fill color for negative data bars. |
SetColorType(DataBarNegativeColorType value) | Gets or sets whether to use the same fill color as positive data bars. |
~NegativeBarFormat() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++