AddDataPointForScatterSeries
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
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
- class ChartDataPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides
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
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
- class ChartDataPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides
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
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
- class ChartDataPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides
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
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
- class ChartDataPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides
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
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
- class ChartDataPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides
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
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
- class ChartDataPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides