Enum DataBarNegativeColorType

DataBarNegativeColorType enumeration

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

public enum DataBarNegativeColorType

Values

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

See Also