2 references to RangeBar
System.Web.DataVisualization (2)
Common\ChartTypes\BarChart.cs (1)
112
override public string Name { get{ return ChartTypeNames.
RangeBar
;}}
WebForm\ChartWebControl.cs (1)
317
_chartTypeRegistry.Register(ChartTypeNames.
RangeBar
, typeof(RangeBarChart));