ChartGroups 接口

定义

代表图表中用同一格式绘制的一个或多个系列。

public interface class ChartGroups : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("F8DDB497-CA6C-4711-9BA4-2718FA3BB6FE")]
public interface ChartGroups : System.Collections.IEnumerable
type ChartGroups = interface
    interface IEnumerable
Public Interface ChartGroups
Implements IEnumerable
属性
实现

注解

集合 ChartGroups 是指定图表中所有 ChartGroup 对象的集合。 一张图表包含一个或多个图表组,每个图表组包含一个或多个系列,每个数据系列包含一个或多个点。 例如,单张图表可能既包含折线图图表组,其中包含所有用折线图格式,绘制的数据系列也条形图图表组,其中包含所有用条形图格式绘制的数据系列。

ChartGroups[Object]使用 属性返回ChartGroups集合。

使用 ChartGroups (index) (其中 Index 是图表组索引号)返回单个 ChartGroup 对象。

属性

Application

在没有对象限定符的情况下使用时,此属性返回表示 _Application Microsoft Word 应用程序的 对象。 如果与对象识别符一起使用,则此属性返回代表指定对象的创建者的 Application 对象(可以将此属性与 OLE 自动化对象一起使用以返回该对象的应用程序)。 只读。

Count

返回一个 Integer 类型的值,该值代表集合中的对象数。

Creator

返回一个 32 位 Integer ,指示在其中创建了指定对象的应用程序。 只读

Item[Object]

从集合中返回指定的项。

Parent

返回指定对象的父级。 此为只读属性。

方法

GetEnumerator()

代表图表中用同一格式绘制的一个或多个系列。

适用于