ChartDataPointCollectionAddDataPointForRadarSeries Method

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