IChartDataPointCollectionAddDataPointForSurfaceSeries Method (IChartDataCell) |
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).
Namespace:
Aspose.Slides.Charts
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
SyntaxIChartDataPoint AddDataPointForSurfaceSeries(
IChartDataCell value
)
Function AddDataPointForSurfaceSeries (
value As IChartDataCell
) As IChartDataPoint
IChartDataPoint^ AddDataPointForSurfaceSeries(
IChartDataCell^ value
)
abstract AddDataPointForSurfaceSeries :
value : IChartDataCell -> IChartDataPoint
Parameters
- value
- Type: Aspose.Slides.ChartsIChartDataCell
Data point Value
Return Value
Type:
IChartDataPointNew data point.
See Also