Initializes a new instance of the SeriesDataBindingHelper class.
    Namespace: 
   PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public SeriesDataBindingHelper( IEnumerable dataSource, string seriesSplitter, SeriesBindingCollection bindings, bool autoArgument, Type seriesValueType, SortingType sortingType )  | 
| Visual Basic (Declaration) | 
|---|
Public Sub New ( _ dataSource As IEnumerable, _ seriesSplitter As String, _ bindings As SeriesBindingCollection, _ autoArgument As Boolean, _ seriesValueType As Type, _ sortingType As SortingType _ )  | 
| Visual C++ | 
|---|
public: SeriesDataBindingHelper( IEnumerable^ dataSource, String^ seriesSplitter, SeriesBindingCollection^ bindings, bool autoArgument, Type^ seriesValueType, SortingType sortingType )  | 
Parameters
- dataSource
 - Type: System.Collections..::.IEnumerable
 
- seriesSplitter
 - Type: System..::.String
 
- bindings
 - Type: PerpetuumSoft.Charts..::.SeriesBindingCollection
 
- autoArgument
 - Type: System..::.Boolean
 
- seriesValueType
 - Type: System..::.Type
 
- sortingType
 - Type: PerpetuumSoft.Charts..::.SortingType