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