2 references to ExceptionErrorBarTypeFormatInvalid
System.Windows.Forms.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])));