ChartDataPointCollectionAddDataPointForAreaSeries Method

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