ChartDataPointCollectionAddDataPointForDoughnutSeries Method

Overload List
  NameDescription
Public methodAddDataPointForDoughnutSeries(Double)
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Doughnut subtypes (see also IsChartTypeDoughnut(ChartType) method).
Public methodAddDataPointForDoughnutSeries(IChartDataCell)
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Doughnut subtypes (see also IsChartTypeDoughnut(ChartType) method).
See Also