Series.InvertColorIndex Property

Definition

Gets or sets the fill color for negative data points in a series.

public:
 property Microsoft::Office::Interop::Word::XlColorIndex InvertColorIndex { Microsoft::Office::Interop::Word::XlColorIndex get(); void set(Microsoft::Office::Interop::Word::XlColorIndex value); };
public Microsoft.Office.Interop.Word.XlColorIndex InvertColorIndex { get; set; }
member this.InvertColorIndex : Microsoft.Office.Interop.Word.XlColorIndex with get, set
Public Property InvertColorIndex As XlColorIndex

Property Value

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.

Applies to