点击或拖拽改变大小

LineSeriesCollection 类

线图数据集集合
继承层次
SystemObject
  Smobiler.Core.ControlsChartElementCollectionLineSeries
    Smobiler.Core.ControlsChartSeriesCollectionChartYAxisValue, LineSeries
      Smobiler.Core.ControlsLineSeriesCollection

命名空间:  Smobiler.Core.Controls
程序集:  Smobiler.Core (在 Smobiler.Core.dll 中) 版本:6.0.641.16928
语法
public class LineSeriesCollection : ChartSeriesCollection<ChartYAxisValue, LineSeries>

LineSeriesCollection 类型公开以下成员。

构造函数
  名称说明
公共方法LineSeriesCollection
初始化 LineSeriesCollection 类的一个新实例
Top
属性
方法
  名称说明
公共方法Add
将对象添加到图表元素集合的结尾处。
(继承自 ChartElementCollectionT。)
公共方法AddRange
将指定集合的元素添加到图表元素集合的末尾。
(继承自 ChartElementCollectionT。)
公共方法Clear
从图表元素集合中移除所有元素。
(继承自 ChartElementCollectionT。)
公共方法Contains
确定某元素是否在图表元素集合中。
(继承自 ChartElementCollectionT。)
公共方法Equals (继承自 ChartElementCollectionT。)
公共方法Remove
从图表元素集合中移除特定对象的第一个匹配项。
(继承自 ChartElementCollectionT。)
公共方法RemoveAt
移除图表元素集合的指定索引处的元素。
(继承自 ChartElementCollectionT。)
Top
备注