Series.InvertColor Property
Returns or sets the fill color for negative data points in a series. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property InvertColor As Integer
Get
Set
'Usage
Dim instance As Series
Dim value As Integer
value = instance.InvertColor
instance.InvertColor = value
int InvertColor { get; set; }
Property Value
Type: System.Int32
Remarks
You can use the InvertColor property to set the fill color for negative data points as a specific numeric, hexadecimal, octal, or RGB color value. Instead of using the InvertColor property, you can use the InvertColorIndex property, which uses a simpler set of integer values from the current color palette.