Share via


Chart.ApplyCustomType Method

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Sub ApplyCustomType ( _
    ChartType As XlChartType, _
    TypeName As Object _
)
'Usage
Dim instance As Chart
Dim ChartType As XlChartType
Dim TypeName As Object

instance.ApplyCustomType(ChartType, TypeName)
void ApplyCustomType(
    XlChartType ChartType,
    Object TypeName
)

Parameters

See Also

Reference

Chart Interface

Chart Members

Microsoft.Office.Interop.PowerPoint Namespace