ChartDataPointCollectionAddDataPointForPieSeries Method (Double) |
Creates the new data point and adds it to the end of collection.
Applicable for series which chartType is one of Pie subtypes (see also
IsChartTypePie(ChartType) method).
Namespace:
Aspose.Slides.Charts
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.5.0.0 (22.5)
Syntaxpublic IChartDataPoint AddDataPointForPieSeries(
double value
)
Public Function AddDataPointForPieSeries (
value As Double
) As IChartDataPoint
public:
virtual IChartDataPoint^ AddDataPointForPieSeries(
double value
) sealed
abstract AddDataPointForPieSeries :
value : float -> IChartDataPoint
override AddDataPointForPieSeries :
value : float -> IChartDataPoint
Parameters
- value
- Type: SystemDouble
Data point Value
Return Value
Type:
IChartDataPointNew data point.
Implements
IChartDataPointCollectionAddDataPointForPieSeries(Double)
See Also