IChartDataPointCollectionAddDataPointForBubbleSeries Method |
Name | Description | |
---|---|---|
![]() | AddDataPointForBubbleSeries(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).
|
![]() | AddDataPointForBubbleSeries(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).
|
![]() | AddDataPointForBubbleSeries(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).
|
![]() | AddDataPointForBubbleSeries(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).
|
![]() | AddDataPointForBubbleSeries(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).
|
![]() | AddDataPointForBubbleSeries(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).
|
![]() | AddDataPointForBubbleSeries(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).
|
![]() | AddDataPointForBubbleSeries(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).
|
![]() | AddDataPointForBubbleSeries(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).
|
![]() | AddDataPointForBubbleSeries(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).
|
![]() | AddDataPointForBubbleSeries(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).
|
![]() | AddDataPointForBubbleSeries(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).
|