Series.Type Property (Word)

Returns or sets the series type. Read/write Long.

Version Information

Version Added: Word 2007

Syntax

expression .Type

expression A variable that represents a Series object.

Remarks

You can use the following XlConstants constants for this property:

  • xlColumn

  • xlBar

  • xl3DBar

  • xlLine

  • xlPie

  • xlXYScatter

  • xlArea

  • xl3DArea

  • xlDoughnut

  • xlRadar

  • xl3DSurface

  • xl3DColumn

  • xl3DBar

See Also

Concepts

Series Object

Series Object Members