Series.PlotColorIndex Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an index value that is used internally to associate series formatting with chart elements.
public:
property int PlotColorIndex { int get(); };
public int PlotColorIndex { get; }
Public ReadOnly Property PlotColorIndex As Integer
Property Value
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.