Share via


Series.Type Property (Excel)

Returns or sets a Long value that represents the series type.

Syntax

expression .Type

expression A variable that represents a Series object.

Remarks

The following constants can be used for this property.

xlColumn

xlBar

xl3DBar

xlLine

xlPie

xlXYScatter

xlArea

xl3DArea

xlDoughnut

xlRadar

xl3DSurface

xl3DColumn

xl3DBar

See Also

Concepts

Series Object Members

Series Object