| Visual Basic (Declaration) | |
|---|---|
Overloads Public Shared Function FromElement( _ ByVal sourceSeriesCollection As SeriesCollection, _ ByVal sourceSeriesIndex As Integer, _ ByVal sourceElementName As String, _ ByVal splitIntoType As DataSourceType _ ) As DataSource | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public static DataSource FromElement( SeriesCollection sourceSeriesCollection, int sourceSeriesIndex, string sourceElementName, DataSourceType splitIntoType ) | |
Parameters
- sourceSeriesCollection
- SeriesCollection containing the series of the given element.
- sourceSeriesIndex
- Index 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.