Series Object

Description

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.