Series Object

SeriesCollection
Series
Multiple objects

Represents a series in the specified chart. The Series object is a member of the SeriesCollection collection.

Using the Series Object

Use SeriesCollection(index), where index is the series' index number or name, to return a single Series object. The following example sets the color of the interior for series one in the chart.

myChart.SeriesCollection(1).Interior.Color = RGB(255, 0, 0)

The series index number indicates the order in which the series are added to the chart. SeriesCollection(1) is the first series added to the chart, and SeriesCollection(SeriesCollection.Count) is the last one added.

Properties | Application Property | ApplyPictToEnd Property | ApplyPictToFront Property | ApplyPictToSides Property | AxisGroup Property | BarShape Property | Border Property | ChartType Property | Creator Property | ErrorBars Property | Explosion Property | Fill Property | Has3DEffect Property | HasDataLabels Property | HasErrorBars Property | HasLeaderLines Property | Interior Property | InvertIfNegative Property | LeaderLines Property | MarkerBackgroundColor Property | MarkerBackgroundColorIndex Property | MarkerForegroundColor Property | MarkerForegroundColorIndex Property | MarkerSize Property | MarkerStyle Property | Parent Property | PictureType Property | PictureUnit Property | Shadow Property | Smooth Property | Type Property

Methods | ApplyCustomType Method | ApplyDataLabels Method | ClearFormats Method | DataLabels Method | Delete Method | ErrorBar Method | Points Method | Trendlines Method

Parent Objects

Child Objects | Border Object | ChartFillFormat Object | ErrorBars Object | Interior Object | LeaderLines Object