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, string sort, string dataMember, SortingType seriesSortingType ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ dataSource As IEnumerable, _ seriesSplitter As String, _ bindings As SeriesBindingCollection, _ autoArgument As Boolean, _ seriesValueType As Type, _ sortingType As SortingType, _ sort As String, _ dataMember As String, _ seriesSortingType As SortingType _ ) |
Visual C++ |
---|
public: SeriesDataBindingHelper( IEnumerable^ dataSource, String^ seriesSplitter, SeriesBindingCollection^ bindings, bool autoArgument, Type^ seriesValueType, SortingType sortingType, String^ sort, String^ dataMember, SortingType seriesSortingType ) |
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
- sort
- Type: System..::.String
- dataMember
- Type: System..::.String
- seriesSortingType
- Type: PerpetuumSoft.Charts..::.SortingType