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