Click or drag to resize
ChartSeriesAddPoint Method
Overload List
  Name Description
Public method AddPoint(Double)
Adds a new series point with specified value to the series
Public method AddPoint(ChartSeriesPoint)
Adds a series item(s) to the series.
Public method AddPoint(ListChartSeriesPoint)
Adds a series point list to the series.
Public method AddPoint(ChartSeriesPointCollection)
Adds a series point to the series.
Public method AddPoint(Double, String)
Adds a new series point with specified value and label to the series.
Public method AddPoint(ChartSeriesPoint, ChartSeriesPoint)
Adds a series point to the series.
Public method AddPoint(Double, String, Color)
Adds a new series point with specified value, label and color to the series.
Public method AddPoint(Double, String, Color, Boolean)
Adds a new series point with specified value, label, color and explosion to the series.
Top
See Also