ChartDataPointCollectionAddDataPointForLineSeries Method

Overload List
  NameDescription
Public methodAddDataPointForLineSeries(Double)
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Line subtypes (see also IsChartTypeLine(ChartType) method).
Public methodAddDataPointForLineSeries(IChartDataCell)
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Line subtypes (see also IsChartTypeLine(ChartType) method).
See Also