Share via


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

See Also

Reference

Series Interface

Series Members

Microsoft.Office.Interop.Excel Namespace