Chart.ApplyCustomType(XlChartType, Object) Method

Definition

Applies a standard or custom chart type to a chart.

public void ApplyCustomType (Microsoft.Office.Core.XlChartType ChartType, object TypeName);
abstract member ApplyCustomType : Microsoft.Office.Core.XlChartType * obj -> unit
Public Sub ApplyCustomType (ChartType As XlChartType, Optional TypeName As Object)

Parameters

ChartType
XlChartType

Required XlChartType A standard chart type

TypeName
Object

Required Object A standard chart type

Applies to