3 references to BoxPlot
System.Windows.Forms.DataVisualization (3)
Common\ChartTypes\BoxPlotChart.cs (3)
101
virtual public string Name { get{ return ChartTypeNames.
BoxPlot
;}}
1044
throw(new ArgumentException(SR.ExceptionChartTypeRequiresYValues( ChartTypeNames.
BoxPlot
, "6")));
1551
if(String.Compare( boxPlotSeries.ChartTypeName, ChartTypeNames.
BoxPlot
, StringComparison.OrdinalIgnoreCase) != 0)