7 references to ExceptionFormulaNotEnoughDataPoints
System.Web.DataVisualization (7)
Common\Formulas\GeneralFormulas.cs (1)
187
throw new InvalidOperationException( SR.
ExceptionFormulaNotEnoughDataPoints
(name) );
Common\Formulas\Oscillator.cs (1)
679
throw new InvalidOperationException( SR.
ExceptionFormulaNotEnoughDataPoints
( name ) );
Common\Formulas\PriceIndicators.cs (1)
1168
throw new InvalidOperationException( SR.
ExceptionFormulaNotEnoughDataPoints
( name ) );
Common\Formulas\StatisticalAnalysis.cs (1)
153
throw new InvalidOperationException( SR.
ExceptionFormulaNotEnoughDataPoints
(name) );
Common\Formulas\TechGeneralIndicators.cs (1)
870
throw new InvalidOperationException( SR.
ExceptionFormulaNotEnoughDataPoints
( name ) );
Common\Formulas\TimeSeriesAndForecasting.cs (1)
123
throw new InvalidOperationException( SR.
ExceptionFormulaNotEnoughDataPoints
( name ) );
Common\Formulas\VolumeIndicator.cs (1)
109
throw new InvalidOperationException( SR.
ExceptionFormulaNotEnoughDataPoints
( name ) );