.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > DataSource Class > FromElement Method : FromElement(SeriesCollection,Int32,Int32) Method
SeriesCollection containing the series of the given element.
Index of the series that contains the given element.
Index of the element in the specified series.
FromElement(SeriesCollection,Int32,Int32) Method
Creates a DataSource object class from a SeriesColleciton, Series, and Element.
Syntax
'Declaration
 
Public Overloads Shared Function FromElement( _
   ByVal sourceSeriesCollection As SeriesCollection, _
   ByVal sourceSeriesIndex As Integer, _
   ByVal sourceElementIndex As Integer _
) As DataSource
'Usage
 
Dim sourceSeriesCollection As SeriesCollection
Dim sourceSeriesIndex As Integer
Dim sourceElementIndex As Integer
Dim value As DataSource
 
value = DataSource.FromElement(sourceSeriesCollection, sourceSeriesIndex, sourceElementIndex)

Parameters

sourceSeriesCollection
SeriesCollection containing the series of the given element.
sourceSeriesIndex
Index of the series that contains the given element.
sourceElementIndex
Index of the element in the specified series.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also