4 references to PointAndFigure
System.Web.DataVisualization (4)
Common\ChartTypes\PointAndFigureChart.cs (3)
124 if(String.Compare( series.ChartTypeName, ChartTypeNames.PointAndFigure, StringComparison.OrdinalIgnoreCase ) != 0 || !series.IsVisible()) 336 throw(new InvalidOperationException(SR.ExceptionChartTypeRequiresYValues(ChartTypeNames.PointAndFigure, ((int)(2)).ToString(CultureInfo.CurrentCulture)))); 899 override public string Name { get{ return ChartTypeNames.PointAndFigure;}}
WebForm\ChartWebControl.cs (1)
328 _chartTypeRegistry.Register(ChartTypeNames.PointAndFigure, typeof(PointAndFigureChart));