2 references to StackedBar
System.Web.DataVisualization (2)
Common\ChartTypes\StackedBarChart.cs (1)
351
virtual public string Name { get{ return ChartTypeNames.
StackedBar
;}}
WebForm\ChartWebControl.cs (1)
307
_chartTypeRegistry.Register(ChartTypeNames.
StackedBar
, typeof(StackedBarChart));