Click or drag to resize
SeriesData Class
图表系列的数据类
Inheritance Hierarchy
SystemObject
  Appkit.Web.ChartSeriesData

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

The SeriesData type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetSeriesDatas
获取图表系列的数据集合
Public methodStatic memberLoadCustomInfo
从表格加载定制信息

主要为属性描述信息

Top
Properties
  NameDescription
Public propertyDataProperty
投射到数据轴的属性名称
Public propertyGroupValue
分组值
Public propertyId
标识
Public propertyMaxValue
最大数据值
Public propertyPoints
系列点集合
Top
See Also