4 references to ExceptionDataPointYValuesCountMismatch
System.Web.DataVisualization (4)
Common\DataManager\DataPoint.cs (3)
419
throw (new ArgumentOutOfRangeException("yFields", SR.
ExceptionDataPointYValuesCountMismatch
(series.YValuesPerPoint.ToString(System.Globalization.CultureInfo.InvariantCulture))));
788
throw new ArgumentOutOfRangeException("yFields", SR.
ExceptionDataPointYValuesCountMismatch
(series.YValuesPerPoint.ToString(System.Globalization.CultureInfo.InvariantCulture)));
797
throw new ArgumentOutOfRangeException("yFields", SR.
ExceptionDataPointYValuesCountMismatch
(series.YValuesPerPoint.ToString(System.Globalization.CultureInfo.InvariantCulture)));
Common\General\Chart.cs (1)
804
throw(new ArgumentOutOfRangeException("dataSource", SR.
ExceptionDataPointYValuesCountMismatch
(series.YValuesPerPoint.ToString(System.Globalization.CultureInfo.InvariantCulture) ) ) );