public void SetDataSeries<TValue>( INIterable<TValue> sourceIterable, System.string targetDataSeries, ENDataPointsUpdateMode updateMode )
Parameters
- sourceIterable
- 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
Type Parameters
- TValue