IChartDataPointCollectionAddDataPointForAreaSeries Method (Double) |
Creates the new data point and adds it to the end of collection.
Applicable for series which chartType is one of Area subtypes (see also ChartTypeCharacterizer.IsChartTypeArea(ChartType) method).
Namespace:
Aspose.Slides.Charts
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.5.0.0 (22.5)
SyntaxIChartDataPoint AddDataPointForAreaSeries(
double value
)
Function AddDataPointForAreaSeries (
value As Double
) As IChartDataPoint
IChartDataPoint^ AddDataPointForAreaSeries(
double value
)
abstract AddDataPointForAreaSeries :
value : float -> IChartDataPoint
Parameters
- value
- Type: SystemDouble
Data point Value
Return Value
Type:
IChartDataPointNew data point.
See Also