AddDataPointForScatterSeries
IChartDataPointCollection.AddDataPointForScatterSeries method (1 of 6)
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 ChartTypeCharacterizer.IsChartTypeScatter(ChartType) method).
public IChartDataPoint AddDataPointForScatterSeries(IChartDataCell xValue, IChartDataCell yValue)
Parameter | Type | Description |
---|---|---|
xValue | IChartDataCell | Data point XValue |
yValue | IChartDataCell | Data point YValue |
Return Value
New data point.
See Also
- interface IChartDataPoint
- interface IChartDataCell
- interface IChartDataPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides
IChartDataPointCollection.AddDataPointForScatterSeries method (2 of 6)
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 ChartTypeCharacterizer.IsChartTypeScatter(ChartType) method).
public IChartDataPoint AddDataPointForScatterSeries(double xValue, IChartDataCell yValue)
Parameter | Type | Description |
---|---|---|
xValue | Double | Data point XValue |
yValue | IChartDataCell | Data point YValue |
Return Value
New data point.
See Also
- interface IChartDataPoint
- interface IChartDataCell
- interface IChartDataPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides
IChartDataPointCollection.AddDataPointForScatterSeries method (3 of 6)
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 ChartTypeCharacterizer.IsChartTypeScatter(ChartType) method).
public IChartDataPoint AddDataPointForScatterSeries(string xValue, IChartDataCell yValue)
Parameter | Type | Description |
---|---|---|
xValue | String | Data point XValue |
yValue | IChartDataCell | Data point YValue |
Return Value
New data point.
See Also
- interface IChartDataPoint
- interface IChartDataCell
- interface IChartDataPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides
IChartDataPointCollection.AddDataPointForScatterSeries method (4 of 6)
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 ChartTypeCharacterizer.IsChartTypeScatter(ChartType) method).
public IChartDataPoint AddDataPointForScatterSeries(IChartDataCell xValue, double yValue)
Parameter | Type | Description |
---|---|---|
xValue | IChartDataCell | Data point XValue |
yValue | Double | Data point YValue |
Return Value
New data point.
See Also
- interface IChartDataPoint
- interface IChartDataCell
- interface IChartDataPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides
IChartDataPointCollection.AddDataPointForScatterSeries method (5 of 6)
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 ChartTypeCharacterizer.IsChartTypeScatter(ChartType) method).
public IChartDataPoint AddDataPointForScatterSeries(double xValue, double yValue)
Parameter | Type | Description |
---|---|---|
xValue | Double | Data point XValue |
yValue | Double | Data point YValue |
Return Value
New data point.
See Also
- interface IChartDataPoint
- interface IChartDataPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides
IChartDataPointCollection.AddDataPointForScatterSeries method (6 of 6)
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 ChartTypeCharacterizer.IsChartTypeScatter(ChartType) method).
public IChartDataPoint AddDataPointForScatterSeries(string xValue, double yValue)
Parameter | Type | Description |
---|---|---|
xValue | String | Data point XValue |
yValue | Double | Data point YValue |
Return Value
New data point.
See Also
- interface IChartDataPoint
- interface IChartDataPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides