Aspose::Cells::NegativeBarFormat class

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

MethodDescription
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() constChecks whether the implementation object is nullptr.
NegativeBarFormat(NegativeBarFormat_Impl* impl)Constructs from an implementation object.
NegativeBarFormat(const NegativeBarFormat& src)Copy constructor.
explicit operator bool() constoperator 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

FieldDescription
_implThe implementation object.

See Also