Creates a Hashtable that contains information on values of the series arguments and the corresponding series values. 
    Namespace: 
   PerpetuumSoft.Charts
    Assembly:
   PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
protected static ArgumentValuesMap CreateArgumentValuesMap(
	Series[] series
)  | 
| Visual Basic (Declaration) | 
|---|
Protected Shared Function CreateArgumentValuesMap ( _
	series As Series() _
) As ArgumentValuesMap  | 
| Visual C++ | 
|---|
protected:
static ArgumentValuesMap^ CreateArgumentValuesMap(
	array<Series^>^ series
)  | 
See Also