| Visual Basic (Declaration) | |
|---|---|
| Public Overloads Shared Function FromSeries( _ ByVal sourceSeriesCollection As SeriesCollection, _ ByVal sourceSeriesIndex As Integer _ ) As DataSource | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public static DataSource FromSeries( SeriesCollection sourceSeriesCollection, int sourceSeriesIndex ) | |
Parameters
- sourceSeriesCollection
- SeriesCollection containing the given series.
- sourceSeriesIndex
- Index of the given series.
 
  
  
  
 