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

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.