Series.PlotColorIndex Property

Definition

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.

Applies to