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