2 references to Bar
System.Web.DataVisualization (2)
Common\ChartTypes\BarChart.cs (1)
183
virtual public string Name { get{ return ChartTypeNames.
Bar
;}}
WebForm\ChartWebControl.cs (1)
293
_chartTypeRegistry.Register(ChartTypeNames.
Bar
, typeof(BarChart));