Version

Type Property (Series)

Returns or sets a SeriesType value which determines the type of this series. Applicable only for combo charts.
Syntax
'Declaration
 
Public Property Type As SeriesType
public SeriesType Type {get; set;}
Remarks

This property is only applicable for combo charts. Setting this property for any other type of chart causes an exception to be thrown.

Combo charts do not support Bubble or Surface; setting this property to either of those values causes an exception to be thrown.

The ChartType property must be set to a value that is compatible with assigned series type. If the current value of the ChartType property is not compatible with the value assigned to this property, a reasonable default value, which is compatible, is assigned to the ChartType property.

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