Series.ApplyCustomType Method
Applies a standard or custom chart type to a series.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub ApplyCustomType ( _
ChartType As XlChartType _
)
'Usage
Dim instance As Series
Dim ChartType As XlChartType
instance.ApplyCustomType(ChartType)
void ApplyCustomType(
XlChartType ChartType
)
Parameters
ChartType
Type: Microsoft.Office.Interop.Excel.XlChartTypeRequired XlChartType. A standard chart type.