AddDataPointForSurfaceSeries
Contents
[
Hide
]AddDataPointForSurfaceSeries(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).
public IChartDataPoint AddDataPointForSurfaceSeries(IChartDataCell value)
Parameter | Type | Description |
---|---|---|
value | IChartDataCell | Data point Value |
Return Value
New data point.
See Also
- interface IChartDataPoint
- interface IChartDataCell
- interface IChartDataPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides
AddDataPointForSurfaceSeries(double)
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).
public IChartDataPoint AddDataPointForSurfaceSeries(double value)
Parameter | Type | Description |
---|---|---|
value | Double | Data point Value |
Return Value
New data point.
See Also
- interface IChartDataPoint
- interface IChartDataPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides