Series.InvertColorIndex Property
Gets or sets the fill color for negative data points in a series.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property InvertColorIndex As XlColorIndex
Get
Set
'Usage
Dim instance As Series
Dim value As XlColorIndex
value = instance.InvertColorIndex
instance.InvertColorIndex = value
XlColorIndex InvertColorIndex { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.XlColorIndex
The fill color for negative data points in a series.
Remarks
Read/write. This property sets the fill color for negative data points as a color index value in the range from zero through 56. Instead of using this property, you can use the InvertColor property, which sets the color as a specific numeric, hexadecimal, octal, or RGB color value.