IChartSeriesGroupCollection
IChartSeriesGroupCollection 接口
表示可组合系列的组集合。
public interface IChartSeriesGroupCollection : IGenericCollection<IChartSeriesGroup>
属性
名称 | 描述 |
---|---|
Item { get; } | 通过系列获取系列组。(2 个索引器) |
备注
- 每个系列组包含可组合类型的系列。可组合系列类型的组由 CombinableSeriesTypesGroup 枚举定义和描述。同时,每个系列组包含在主轴或副轴上绘制的系列(一个组中不会同时存在这两种情况)。因此,系列分组的原则是以上述类型组和主轴/副轴绘制类型进行分组。 2) 系列组包含某些系列属性,这些属性对组中的每个系列是通用的(“系列组属性”)。在 ChartSeriesGroup 类中,“系列组属性”是可读写的。“系列组属性”在 ChartSeries 类中可以有只读投影。
参见
- interface IGenericCollection<T>
- interface IChartSeriesGroup
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides