Series.PlotColorIndex Property
Gets an index value that is used internally to associate series formatting with chart elements.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property PlotColorIndex As Integer
Get
'Usage
Dim instance As Series
Dim value As Integer
value = instance.PlotColorIndex
int PlotColorIndex { get; }
Property Value
Type: System.Int32
An index value that is used internally to associate series formatting with chart elements.
Remarks
Read-only.