AddDataPointForScatterSeries()
IChartDataPointCollection::AddDataPointForScatterSeries(System::SharedPtr<IChartDataCell>, System::SharedPtr<IChartDataCell>) method
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).
virtual System::SharedPtr<IChartDataPoint> Aspose::Slides::Charts::IChartDataPointCollection::AddDataPointForScatterSeries(System::SharedPtr<IChartDataCell> xValue, System::SharedPtr<IChartDataCell> yValue)=0
Arguments
Parameter | Type | Description |
---|---|---|
xValue | System::SharedPtr<IChartDataCell> | Data point XValue |
yValue | System::SharedPtr<IChartDataCell> | Data point YValue |
Return Value
New data point.
IChartDataPointCollection::AddDataPointForScatterSeries(double, System::SharedPtr<IChartDataCell>) method
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).
virtual System::SharedPtr<IChartDataPoint> Aspose::Slides::Charts::IChartDataPointCollection::AddDataPointForScatterSeries(double xValue, System::SharedPtr<IChartDataCell> yValue)=0
Arguments
Parameter | Type | Description |
---|---|---|
xValue | double | Data point XValue |
yValue | System::SharedPtr<IChartDataCell> | Data point YValue |
Return Value
New data point.
IChartDataPointCollection::AddDataPointForScatterSeries(System::String, System::SharedPtr<IChartDataCell>) method
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).
virtual System::SharedPtr<IChartDataPoint> Aspose::Slides::Charts::IChartDataPointCollection::AddDataPointForScatterSeries(System::String xValue, System::SharedPtr<IChartDataCell> yValue)=0
Arguments
Parameter | Type | Description |
---|---|---|
xValue | System::String | Data point XValue |
yValue | System::SharedPtr<IChartDataCell> | Data point YValue |
Return Value
New data point.
IChartDataPointCollection::AddDataPointForScatterSeries(System::SharedPtr<IChartDataCell>, double) method
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).
virtual System::SharedPtr<IChartDataPoint> Aspose::Slides::Charts::IChartDataPointCollection::AddDataPointForScatterSeries(System::SharedPtr<IChartDataCell> xValue, double yValue)=0
Arguments
Parameter | Type | Description |
---|---|---|
xValue | System::SharedPtr<IChartDataCell> | Data point XValue |
yValue | double | Data point YValue |
Return Value
New data point.
IChartDataPointCollection::AddDataPointForScatterSeries(double, double) method
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).
virtual System::SharedPtr<IChartDataPoint> Aspose::Slides::Charts::IChartDataPointCollection::AddDataPointForScatterSeries(double xValue, double yValue)=0
Arguments
Parameter | Type | Description |
---|---|---|
xValue | double | Data point XValue |
yValue | double | Data point YValue |
Return Value
New data point.
IChartDataPointCollection::AddDataPointForScatterSeries(System::String, double) method
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).
virtual System::SharedPtr<IChartDataPoint> Aspose::Slides::Charts::IChartDataPointCollection::AddDataPointForScatterSeries(System::String xValue, double yValue)=0
Arguments
Parameter | Type | Description |
---|---|---|
xValue | System::String | Data point XValue |
yValue | double | Data point YValue |
Return Value
New data point.
See Also
- Typedef SharedPtr
- Class IChartDataPoint
- Class IChartDataCell
- Class IChartDataPointCollection
- Class String
- Namespace Aspose::Slides::Charts
- Library Aspose.Slides