Series.ApplyCustomType(XlChartType) Method

Definition

Applies a standard or custom chart type to a series.

public:
 void ApplyCustomType(Microsoft::Office::Interop::Excel::XlChartType ChartType);
public void ApplyCustomType (Microsoft.Office.Interop.Excel.XlChartType ChartType);
Public Sub ApplyCustomType (ChartType As XlChartType)

Parameters

ChartType
XlChartType

Required XlChartType. A standard chart type.

Applies to