public void SetDataSeries( System.Collections.IEnumerable sourceEnumerable, System.string targetDataSeries, ENDataPointsUpdateMode updateMode )
Parameters
- sourceEnumerable
- enumerable whose values to import
- targetDataSeries
- the name of the data points property to which to set the imported values (for example: Value, XValue, Label etc.)
- updateMode
- specifies the way in which the collection is updated to accomodate the new values