4 references to BoxPlot
System.Web.DataVisualization (4)
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)
WebForm\ChartWebControl.cs (1)
320
_chartTypeRegistry.Register(ChartTypeNames.
BoxPlot
, typeof(BoxPlotChart));