Click or drag to resize
ChartSeries Methods

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
See Also