'Declaration
Public Function AddFromValues(Of T As {New, Series})( _ ByVal ParamArray values() As Object _ ) As T
'Usage
Dim instance As SeriesCollection Dim values() As Object Dim value As T value = instance.AddFromValues(Of T)(values)
Parameters
- values
- The values that will be used to create the new Series.
Type Parameters
- T
- The type of Series that will be added to the SeriesCollection.
Return Value
The Series of type T that has been added to the SeriesCollection.