Item

ChartCollection indexer (1 of 2)

获取Chart指定索引处的元素。

public Chart this[int index] { get; }
范围描述
index元素的从零开始的索引。

返回值

指定索引处的元素。

也可以看看


ChartCollection indexer (2 of 2)

按名称获取图表。

public Chart this[string name] { get; }
范围描述
name图表名称。

返回值

图表。

评论

默认图表名称为空。所以你必须明确设置图表的名称。

也可以看看