7 references to ExceptionPriceIndicatorsNotEnoughPoints
System.Web.DataVisualization (7)
Common\Formulas\PriceIndicators.cs (5)
167
throw new ArgumentException(SR.
ExceptionPriceIndicatorsNotEnoughPoints
);
345
throw new ArgumentException(SR.
ExceptionPriceIndicatorsNotEnoughPoints
);
486
throw new ArgumentException(SR.
ExceptionPriceIndicatorsNotEnoughPoints
);
569
throw new ArgumentException(SR.
ExceptionPriceIndicatorsNotEnoughPoints
);
719
throw new ArgumentException(SR.
ExceptionPriceIndicatorsNotEnoughPoints
);
Common\Formulas\TechGeneralIndicators.cs (1)
107
throw new ArgumentException(SR.
ExceptionPriceIndicatorsNotEnoughPoints
);
Common\Formulas\VolumeIndicator.cs (1)
162
throw new ArgumentException(SR.
ExceptionPriceIndicatorsNotEnoughPoints
);