InvertIfNegative Property

Applies To

Interior object, LegendKey object, Point object, Series object.

Description

True if Microsoft Graph inverts the pattern in the item when it corresponds to a negative number. Read/write Variant for the Interior object; read/write Boolean for all other objects.

Example

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

myChart.SeriesCollection(1).InvertIfNegative = True