IsChartTypeScatter

ChartTypeCharacterizer.IsChartTypeScatter method

如果 chartType 是 Scatter 子类型之一,则返回 true。 子类型集对应于 PowerPoint 中的相应集(参见 PowerPoint 中的“更改图表类型”对话框):: ChartType。ScatterWithMarkers, ScatterWithSmoothLines, ScatterWithSmoothLinesAndMarkers, ScatterWithStraightLines, ScatterWithStraightLinesAndMarkers。

public static bool IsChartTypeScatter(ChartType chartType)

也可以看看