Chart.ApplyCustomType Method
Reserved for internal use.
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
- ChartType
Type: Microsoft.Office.Core.XlChartType
- TypeName
Type: System.Object