Series.InvertColor 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 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
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 specific numeric, hexadecimal, octal, or RGB color value. Instead of using this property, you can use the InvertColorIndex property, which uses a simplier set of integer values from the current color palette. For this property to have an effect, the InvertIfNegative property must also be set to true.

See Also

Reference

Series Interface

Series Members

Microsoft.Office.Interop.Word Namespace