24 references to ExceptionCustomAttributeValueInvalid
System.Windows.Forms.DataVisualization (24)
Common\ChartTypes\BoxPlotChart.cs (4)
476
throw(new InvalidOperationException( SR.
ExceptionCustomAttributeValueInvalid
( point[CustomPropertyName.BoxPlotShowAverage], "BoxPlotShowAverage")));
532
throw(new InvalidOperationException(SR.
ExceptionCustomAttributeValueInvalid
( point[CustomPropertyName.BoxPlotShowMedian],"BoxPlotShowMedian")));
1263
throw(new InvalidOperationException(SR.
ExceptionCustomAttributeValueInvalid
(point[CustomPropertyName.BoxPlotShowAverage], "BoxPlotShowAverage")));
1312
throw(new InvalidOperationException(SR.
ExceptionCustomAttributeValueInvalid
(point[CustomPropertyName.BoxPlotShowMedian], "BoxPlotShowMedian")));
Common\ChartTypes\ErrorBarChart.cs (4)
524
throw(new InvalidOperationException( SR.
ExceptionCustomAttributeValueInvalid
( point[CustomPropertyName.ErrorBarStyle], "ErrorBarStyle")));
672
throw(new InvalidOperationException(SR.
ExceptionCustomAttributeValueInvalid
(point[CustomPropertyName.ErrorBarStyle], "ErrorBarStyle")));
1276
throw(new InvalidOperationException(SR.
ExceptionCustomAttributeValueInvalid
(point[CustomPropertyName.ErrorBarStyle], "ErrorBarStyle")));
1442
throw(new InvalidOperationException(SR.
ExceptionCustomAttributeValueInvalid
( point[CustomPropertyName.ErrorBarStyle], "ErrorBarStyle")));
Common\ChartTypes\FunnelChart.cs (8)
2123
throw(new InvalidOperationException( SR.
ExceptionCustomAttributeValueInvalid
(labelStyle.ToString(), this.funnelLabelStyleAttributeName) ) );
2363
throw(new InvalidOperationException(SR.
ExceptionCustomAttributeValueInvalid
( attrValue, "CalloutLineColor") ) );
2457
throw (new InvalidOperationException(SR.
ExceptionCustomAttributeValueInvalid
(attrValue, this.funnelPointGapAttributeName)));
2500
throw(new InvalidOperationException( SR.
ExceptionCustomAttributeValueInvalid
( attrValue, "FunnelStyle") ) );
2527
throw (new InvalidOperationException(SR.
ExceptionCustomAttributeValueInvalid
(attrValue, this.funnelOutsideLabelPlacementAttributeName )));
2553
throw (new InvalidOperationException(SR.
ExceptionCustomAttributeValueInvalid
(attrValue, this.funnelInsideLabelAlignmentAttributeName)));
2580
throw (new InvalidOperationException(SR.
ExceptionCustomAttributeValueInvalid
(attrValue, funnel3DDrawingStyleAttributeName) ) );
2729
throw (new InvalidOperationException(SR.
ExceptionCustomAttributeValueInvalid
(attrValue,"PyramidValueType") ) );
Common\ChartTypes\PointChart.cs (1)
766
throw (new ArgumentException(SR.
ExceptionCustomAttributeValueInvalid
(attrib, "LabelStyle")));
Common\ChartTypes\PolarChart.cs (1)
220
throw(new InvalidOperationException(SR.
ExceptionCustomAttributeValueInvalid
(attributeValue, "PolarDrawingStyle")));
Common\ChartTypes\RadarChart.cs (2)
1133
throw (new ArgumentException(SR.
ExceptionCustomAttributeValueInvalid
(attrib, "LabelStyle")));
1364
throw(new InvalidOperationException(SR.
ExceptionCustomAttributeValueInvalid
(attributeValue, "RadarDrawingStyle")));
Common\General\ChartArea.cs (2)
2790
throw(new InvalidOperationException(SR.
ExceptionCustomAttributeValueInvalid
( series[CustomPropertyName.AreaDrawingStyle], "AreaDrawingStyle")));
2834
throw(new InvalidOperationException(SR.
ExceptionCustomAttributeValueInvalid
( styleName, "CircularLabelsStyle")));
Common\General\ChartGraphics.cs (2)
4955
throw( new InvalidOperationException(SR.
ExceptionCustomAttributeValueInvalid
( styleName, "PieDrawingStyle")));
5556
throw (new InvalidOperationException(SR.
ExceptionCustomAttributeValueInvalid
(styleName, "DrawingStyle")));