ChartDataPointCollectionAddDataPointForScatterSeries Method

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