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