Series.PlotColorIndex Property
Gets an index value that is used internally to associate series formatting with chart elements.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.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.
This property is used internally by Excel and is not intended to be called from your code.