Version

ChartTypeData Enumeration

Identification of the appropriate Data Source in hybrid Chart Types.
Syntax
'Declaration
 
Public Enum ChartTypeData 
   Inherits System.Enum
public enum ChartTypeData : System.Enum 
Members
MemberDescription
ColumnDataColumn Data.
DefaultDataDefault Data.
LineDataLine Data.
ScatterDataScatter Data.
SplitDataBoth data sources, each represented in a separate legend. For ColumnLineChart, both Column and Line Data. For ScatterLineChart, both Scatter and Line Data.
Remarks

This enumeration lists all sub-Chart Types (applicable to hybrid Chart types) that are available for drawing upon as a Data Source.

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