Series.ApplyCustomType(XlChartType) Method

Definition

Applies a standard or custom chart type to a series.

public:
 void ApplyCustomType(Microsoft::Office::Core::XlChartType ChartType);
public void ApplyCustomType (Microsoft.Office.Core.XlChartType ChartType);
abstract member ApplyCustomType : Microsoft.Office.Core.XlChartType -> unit
Public Sub ApplyCustomType (ChartType As XlChartType)

Parameters

ChartType
XlChartType

Required XlChartType. A standard chart type.

Applies to