dotnetCHARTING Send comments on this topic.
FromSeries(SeriesCollection,Int32,DataSourceType) Method
See Also 
dotnetCHARTING Namespace > DataSource Class > FromSeries Method : FromSeries(SeriesCollection,Int32,DataSourceType) Method


sourceSeriesCollection
SeriesCollection containing the given series.
sourceSeriesIndex
Index of the given series.
splitIntoType
Split into type when this DataSource is used to populate a legend box.
Creates a DataSource object from a SeriesColleciton, and Series.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function FromSeries( _
   ByVal sourceSeriesCollection As SeriesCollection, _
   ByVal sourceSeriesIndex As Integer, _
   ByVal splitIntoType As DataSourceType _
) As DataSource
Visual Basic (Usage)Copy Code
Dim sourceSeriesCollection As SeriesCollection
Dim sourceSeriesIndex As Integer
Dim splitIntoType As DataSourceType
Dim value As DataSource
 
value = DataSource.FromSeries(sourceSeriesCollection, sourceSeriesIndex, splitIntoType)

Parameters

sourceSeriesCollection
SeriesCollection containing the given series.
sourceSeriesIndex
Index of the given series.
splitIntoType
Split into type when this DataSource is used to populate a legend box.

See Also

© 2010 All Rights Reserved.