ChartDataPointCollectionAddDataPointForStockSeries Method

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