Aspose::Cells::DataBarNegativeColorType enum

DataBarNegativeColorType enum

Specifies whether to use the same border and fill color as positive data bars.

enum class DataBarNegativeColorType

Values

NameValueDescription
Color0
Use the color specified in the Negative Value and Axis Setting dialog box or by using the ColorType and BorderColorType properties of the NegativeBarFormat object.
SameAsPositive1
Use the same color as positive data bars.

See Also