Series.ApplyCustomType(XlChartType) 方法

定义

将标准图表类型或自定义图表类型应用于数据系列。

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

参数

ChartType
XlChartType

必需 XlChartType。 标准图表类型。

适用于