IChartDataPointCollectionAddDataPointForBubbleSeries Method

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