AddDataPointForSurfaceSeries()
Contents
[
Hide
]ChartDataPointCollection::AddDataPointForSurfaceSeries(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 Surface subtypes (see also ChartTypeCharacterizer::IsChartTypeSurface(ChartType) method).
System::SharedPtr<IChartDataPoint> Aspose::Slides::Charts::ChartDataPointCollection::AddDataPointForSurfaceSeries(System::SharedPtr<IChartDataCell> value) override
Arguments
Parameter | Type | Description |
---|---|---|
value | System::SharedPtr<IChartDataCell> | Data point Value |
Return Value
New data point.
ChartDataPointCollection::AddDataPointForSurfaceSeries(double) method
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Surface subtypes (see also ChartTypeCharacterizer::IsChartTypeSurface(ChartType) method).
System::SharedPtr<IChartDataPoint> Aspose::Slides::Charts::ChartDataPointCollection::AddDataPointForSurfaceSeries(double value) override
Arguments
Parameter | Type | Description |
---|---|---|
value | double | Data point Value |
Return Value
New data point.
See Also
- Typedef SharedPtr
- Class IChartDataPoint
- Class IChartDataCell
- Class ChartDataPointCollection
- Namespace Aspose::Slides::Charts
- Library Aspose.Slides