IChartDataPointCollectionAddDataPointForBarSeries 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 ChartTypeCharacterizer.IsChartTypeColumn(ChartType) and ChartTypeCharacterizer.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 ChartTypeCharacterizer.IsChartTypeColumn(ChartType) and ChartTypeCharacterizer.IsChartTypeBar(ChartType) method).
|