ChartDataPointCollectionAddDataPointForBarSeries Method

Overload List
  NameDescription
Public methodAddDataPointForBarSeries(Double)
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Column or Bar subtypes (see also IsChartTypeColumn(ChartType) and IsChartTypeBar(ChartType) method).
Public methodAddDataPointForBarSeries(IChartDataCell)
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Column or Bar subtypes (see also IsChartTypeColumn(ChartType) and IsChartTypeBar(ChartType) method).
See Also