ChartDataPointCollectionAddDataPointForBarSeries Method |
Name | Description | |
---|---|---|
AddDataPointForBarSeries(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).
| |
AddDataPointForBarSeries(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).
|