Click or drag to resize
ChartSeries Class
曲线系列基类
Inheritance Hierarchy
SystemObject
  Appkit.Web.ChartChartBase
    Appkit.Web.ChartChartSeries
      More...

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

The ChartSeries type exposes the following members.

Methods
  NameDescription
Public methodAdd(Double, String)
添加点
Public methodAdd(String, String)
添加点
Public methodAddPoint
添加点
Public methodAddXY(Double, Double)
添加点
Public methodAddXY(String, String)
添加点
Public methodAddXY(Double, Double, String)
添加点
Public methodAddXY(String, String, String)
添加点
Public methodGetMaxX
获得横坐标最大值
Public methodGetMaxY
获得纵坐标最大值
Public methodGetMinX
获得横坐标最小值
Public methodGetMinY
获得纵坐标最小值
Public methodSetAllValueColor
设置系列中所有元素的颜色
Public methodSetValueColor(Int32, Color)
设置系列中元素的颜色
Public methodSetValueColor(Int32, String)
设置系列中元素的颜色
Top
Properties
  NameDescription
Public propertyId
唯一标识
Public propertyLabels
系列横坐标显示值列表,只读
Public propertyMarks
系列标记,只读
Public propertySeriesColor
系列颜色
Public propertyTitle
系列标题
Public propertyXValues
系列横坐标值列表,只读
Public propertyYValues
系列纵坐标值列表,只读
Top
See Also
Inheritance Hierarchy