ChartDataPointCollectionAddDataPointForLineSeries Method |
Name | Description | |
---|---|---|
![]() | AddDataPointForLineSeries(Double) |
Creates the new data point and adds it to the end of collection.
Applicable for series which chartType is one of Line subtypes (see also IsChartTypeLine(ChartType) method).
|
![]() | AddDataPointForLineSeries(IChartDataCell) |
Creates the new data point and adds it to the end of collection.
Applicable for series which chartType is one of Line subtypes (see also IsChartTypeLine(ChartType) method).
|