Version

CategoryChartType Enumeration

Describes available types of data visualizations in the Category Chart
Syntax
'Declaration
 
Public Enum CategoryChartType 
   Inherits System.Enum
public enum CategoryChartType : System.Enum 
Members
MemberDescription
AreaSpecifies category area series
AutoSpecifies automatic selection of chart type based on suggestions from Data Adapter
ColumnSpecifies category column chart with vertical rectangles at each data point
LineSpecifies category line series with markers at each data point
PointSpecifies category point chart with markers at each data point
SplineSpecifies category spline line series with markers at each data point
SplineAreaSpecifies category spline area series
StepAreaSpecifies category step area chart
StepLineSpecifies category step line chart
WaterfallSpecifies category waterfall chart
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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