ChartSeriesCollectionT1, T 类 |
命名空间: Smobiler.Core.Controls
public class ChartSeriesCollection<T1, T> : ChartElementCollection<T> where T1 : ChartYAxisValue where T : ChartSeries<T1>
[缺少 "T:Smobiler.Core.Controls.ChartSeriesCollection`2" 的 <typeparam name="T1"/> 文档]
[缺少 "T:Smobiler.Core.Controls.ChartSeriesCollection`2" 的 <typeparam name="T"/> 文档]
ChartSeriesCollectionT1, T 类型公开以下成员。
名称 | 说明 | |
---|---|---|
![]() | ChartSeriesCollectionT1, T | 初始化 ChartSeriesCollectionT1, T 类的一个新实例 |
名称 | 说明 | |
---|---|---|
![]() | Count |
获取图表元素集合中实际包含的元素数。
(继承自 ChartElementCollectionT。) |
![]() | IndexOf |
搜索指定的对象,并返回整个图表元素集合中第一个匹配项的从零开始的索引。
(继承自 ChartElementCollectionT。) |
![]() | Item |
获取或设置指定索引处的元素。
(继承自 ChartElementCollectionT。) |
名称 | 说明 | |
---|---|---|
![]() | Add |
将对象添加到图表元素集合的结尾处。
(继承自 ChartElementCollectionT。) |
![]() | AddRange |
将指定集合的元素添加到图表元素集合的末尾。
(继承自 ChartElementCollectionT。) |
![]() | Clear |
从图表元素集合中移除所有元素。
(继承自 ChartElementCollectionT。) |
![]() | Contains |
确定某元素是否在图表元素集合中。
(继承自 ChartElementCollectionT。) |
![]() | Equals | (继承自 ChartElementCollectionT。) |
![]() | Remove |
从图表元素集合中移除特定对象的第一个匹配项。
(继承自 ChartElementCollectionT。) |
![]() | RemoveAt |
移除图表元素集合的指定索引处的元素。
(继承自 ChartElementCollectionT。) |