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


sourceSeriesCollection
SeriesCollection containing the series of the given element.
sourceSeriesName
Name of the series that contains the given element.
sourceElementName
Name of the given element.
splitIntoType
Split into type when this DataSource is used to populate a legend box.
Creates a DataSource object from a SeriesColleciton, Series, and Element.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function FromElement( _
   ByVal sourceSeriesCollection As SeriesCollection, _
   ByVal sourceSeriesName As String, _
   ByVal sourceElementName As String, _
   ByVal splitIntoType As DataSourceType _
) As DataSource
Visual Basic (Usage)Copy Code
Dim sourceSeriesCollection As SeriesCollection
Dim sourceSeriesName As String
Dim sourceElementName As String
Dim splitIntoType As DataSourceType
Dim value As DataSource
 
value = DataSource.FromElement(sourceSeriesCollection, sourceSeriesName, sourceElementName, splitIntoType)
C# 
public static DataSource FromElement( 
   SeriesCollection sourceSeriesCollection,
   string sourceSeriesName,
   string sourceElementName,
   DataSourceType splitIntoType
)

Parameters

sourceSeriesCollection
SeriesCollection containing the series of the given element.
sourceSeriesName
Name of the series that contains the given element.
sourceElementName
Name of the given element.
splitIntoType
Split into type when this DataSource is used to populate a legend box.

See Also

© 2010 All Rights Reserved.