3 references to ExceptionFormulaYIndexInvalid
System.Web.DataVisualization (3)
Common\Formulas\FormulaHelpers.cs (2)
1518throw (new ArgumentException(SR.ExceptionFormulaYIndexInvalid, seriesFieldId)); 1608throw (new ArgumentException(SR.ExceptionFormulaYIndexInvalid, seriesFieldId));
Common\General\FormulaData.cs (1)
787throw new ArgumentException(SR.ExceptionFormulaYIndexInvalid);