17 references to ExceptionChartTypeRequiresYValues
System.Web.DataVisualization (17)
Common\ChartTypes\BarChart.cs (3)
473
throw(new InvalidOperationException(SR.
ExceptionChartTypeRequiresYValues
(this.Name, this.YValuesPerPoint.ToString(CultureInfo.InvariantCulture) )));
1162
throw (new InvalidOperationException(SR.
ExceptionChartTypeRequiresYValues
(this.Name, this.YValuesPerPoint.ToString(CultureInfo.InvariantCulture))));
1391
throw(new InvalidOperationException(SR.
ExceptionChartTypeRequiresYValues
(this.Name, this.YValuesPerPoint.ToString(CultureInfo.InvariantCulture))));
Common\ChartTypes\BoxPlotChart.cs (3)
326
throw(new InvalidOperationException(SR.
ExceptionChartTypeRequiresYValues
(this.Name, this.YValuesPerPoint.ToString(CultureInfo.InvariantCulture))));
1044
throw(new ArgumentException(SR.
ExceptionChartTypeRequiresYValues
( ChartTypeNames.BoxPlot, "6")));
1107
throw(new InvalidOperationException(SR.
ExceptionChartTypeRequiresYValues
(this.Name, this.YValuesPerPoint.ToString(CultureInfo.InvariantCulture))));
Common\ChartTypes\BubbleChart.cs (2)
178
throw(new InvalidOperationException(SR.
ExceptionChartTypeRequiresYValues
(this.Name, this.YValuesPerPoint.ToString(CultureInfo.InvariantCulture))));
283
throw (new InvalidOperationException(SR.
ExceptionChartTypeRequiresYValues
(this.Name, this.YValuesPerPoint.ToString(CultureInfo.InvariantCulture))));
Common\ChartTypes\ColumnChart.cs (1)
1315
throw(new InvalidOperationException(SR.
ExceptionChartTypeRequiresYValues
(this.Name,this.YValuesPerPoint.ToString(CultureInfo.InvariantCulture))));
Common\ChartTypes\ErrorBarChart.cs (3)
454
throw(new InvalidOperationException(SR.
ExceptionChartTypeRequiresYValues
(this.Name, this.YValuesPerPoint.ToString(CultureInfo.InvariantCulture))));
1100
throw(new ArgumentException(SR.
ExceptionChartTypeRequiresYValues
( ChartTypeNames.ErrorBar, ((int)(3)).ToString(CultureInfo.CurrentCulture))));
1208
throw(new InvalidOperationException(SR.
ExceptionChartTypeRequiresYValues
( this.Name, this.YValuesPerPoint.ToString(CultureInfo.InvariantCulture))));
Common\ChartTypes\PointAndFigureChart.cs (1)
336
throw(new InvalidOperationException(SR.
ExceptionChartTypeRequiresYValues
(ChartTypeNames.PointAndFigure, ((int)(2)).ToString(CultureInfo.CurrentCulture))));
Common\ChartTypes\PointChart.cs (1)
1498
throw (new InvalidOperationException(SR.
ExceptionChartTypeRequiresYValues
(this.Name, this.YValuesPerPoint.ToString(CultureInfo.InvariantCulture))));
Common\ChartTypes\RangeChart.cs (1)
355
throw(new InvalidOperationException( SR.
ExceptionChartTypeRequiresYValues
( this.Name, "2" )));
Common\ChartTypes\StockChart.cs (2)
345
throw(new ArgumentException(SR.
ExceptionChartTypeRequiresYValues
("StockChart", "4")));
1149
throw(new ArgumentException(SR.
ExceptionChartTypeRequiresYValues
("StockChart", "4" )));