ChartDataPointCollectionAddDataPointForPieSeries Method |
Name | Description | |
---|---|---|
![]() | AddDataPointForPieSeries(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).
|
![]() | AddDataPointForPieSeries(IChartDataCell) |
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).
|