26 references to CheckNumOfValues
System.Web.DataVisualization (26)
Common\Formulas\GeneralFormulas.cs (2)
69 CheckNumOfValues( inputValues, 1 ); 109 CheckNumOfValues( inputValues, 1 );
Common\Formulas\Oscillator.cs (6)
79 CheckNumOfValues( inputValues, 4 ); 182 CheckNumOfValues( inputValues, 1 ); 261 CheckNumOfValues( inputValues, 2 ); 352 CheckNumOfValues( inputValues, 1 ); 460 CheckNumOfValues( inputValues, 3 ); 571 CheckNumOfValues( inputValues, 3 );
Common\Formulas\PriceIndicators.cs (3)
819 CheckNumOfValues( inputValues, 3 ); 861 CheckNumOfValues( inputValues, 2 ); 908 CheckNumOfValues( inputValues, 3 );
Common\Formulas\TechGeneralIndicators.cs (9)
151 CheckNumOfValues( inputValues, 3 ); 228 CheckNumOfValues( inputValues, 3 ); 283 CheckNumOfValues( inputValues, 2 ); 373 CheckNumOfValues( inputValues, 1 ); 422 CheckNumOfValues( inputValues, 1 ); 478 CheckNumOfValues( inputValues, 1 ); 562 CheckNumOfValues( inputValues, 1 ); 640 CheckNumOfValues( inputValues, 1 ); 730 CheckNumOfValues( inputValues, 3 );
Common\Formulas\VolumeIndicator.cs (6)
143 CheckNumOfValues( inputValues, 4 ); 249 CheckNumOfValues( inputValues, 2 ); 306 CheckNumOfValues( inputValues, 2 ); 358 CheckNumOfValues( inputValues, 2 ); 428 CheckNumOfValues( inputValues, 2 ); 492 CheckNumOfValues( inputValues, 4 );