4 references to ExceptionDataPointValueNameInvalid
System.Web.DataVisualization (4)
Common\DataManager\DataPoint.cs (2)
2416 throw(new ArgumentException( SR.ExceptionDataPointValueNameInvalid, "valueName")); 2434 throw(new ArgumentException( SR.ExceptionDataPointValueNameInvalid, "valueName"));
Common\Formulas\FormulaHelpers.cs (2)
1537throw new ArgumentException(SR.ExceptionDataPointValueNameInvalid, seriesFieldId); 1629throw new ArgumentException(SR.ExceptionDataPointValueNameInvalid, seriesFieldId);