Series.ApplyCustomType Method

Applies a standard or custom chart type to a series.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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: XlChartType
    Required XlChartType. A standard chart type.

See Also

Reference

Series Interface

Series Members

Microsoft.Office.Interop.Word Namespace