Version

SeriesType Enumeration

Determines the type of Series.
Syntax
'Declaration
 
Public Enum SeriesType 
   Inherits System.Enum
public enum SeriesType : System.Enum 
Members
MemberDescription
AreaArea; used by both area and area 3D charts.
BarBar; used by both bar and bar 3D charts.
BubbleBubble.
LineLine; used by line, line 3D, and stock charts.
PiePie; used by pie, pie 3D, doughnut, and 'of pie' charts.
RadarRadar.
ScatterScatter.
SurfaceSurface; used by surface and surface 3D charts.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also