Click or drag to resize
SeriesDatas Class
图表系列的数据集合类
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListSeriesData
    Appkit.Web.ChartSeriesDatas

Namespace: Appkit.Web.Chart
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public class SeriesDatas : List<SeriesData>

The SeriesDatas type exposes the following members.

Methods
  NameDescription
Public methodGetSerieses
按照投射数据轴的属性及分组值获取系列数据集合
Public methodGetSeriesesByDataProperty
按照投射数据轴的属性获取系列数据集合
Public methodGetSeriesesByGroup
按照分组值获取系列数据集合
Public methodSplitByDataProperty
按照投射到数据轴的属性分割为多个图表的数据
Public methodSplitByGroup
按照分组值分割为多个图表的数据
Public methodSplitToUnaided
按照投射到数据轴的属性及分组值分割为多个单独图表的数据
Top
Properties
  NameDescription
Public propertyClassAxisTitle
分类轴标题
Public propertyDataAxises
投射到数据轴的属性集合
Public propertyDataAxisTitle
数据轴标题
Public propertyGroupValues
分组值集合
Public propertyMaxValue
所有系列数据中的最大值
Public propertyUniqueId
系列数据的标识
Top
See Also