Series.ApplyCustomType(XlChartType) 方法

定义

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

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)

参数

ChartType
XlChartType

必需 XlChartType。 标准图表类型。

适用于