Series.InvertIfNegative Property

Excel Developer Reference

True if Microsoft Excel inverts the pattern in the item when it corresponds to a negative number. Read/write Boolean.

Syntax

expression.InvertIfNegative

expression   A variable that represents a Series object.

Example

This example inverts the pattern for negative values in series one in Chart1. The example should be run on a 2-D column chart.

Visual Basic for Applications
  Charts("Chart1").SeriesCollection(1).InvertIfNegative = True

See Also