2 references to ExceptionErrorBarTypeFormatInvalid
System.Web.DataVisualization (2)
Common\ChartTypes\ErrorBarChart.cs (2)
1656
throw(new InvalidOperationException(SR.
ExceptionErrorBarTypeFormatInvalid
(errorBarSeries[CustomPropertyName.ErrorBarType])));
1665
throw (new InvalidOperationException(SR.
ExceptionErrorBarTypeFormatInvalid
(errorBarSeries[CustomPropertyName.ErrorBarType])));