2 references to ExceptionLegendDockedChartAreaIsMissing
System.Web.DataVisualization (2)
Common\General\Legend.cs (2)
4934
throw (new ArgumentException(SR.
ExceptionLegendDockedChartAreaIsMissing
((string)legend.DockedToChartArea)));
5011
throw(new ArgumentException( SR.
ExceptionLegendDockedChartAreaIsMissing
( (string)legend.DockedToChartArea ) ) );