2 references to StackedArea
System.Web.DataVisualization (2)
Common\ChartTypes\StackedAreaChart.cs (1)
377 public override string Name { get{ return ChartTypeNames.StackedArea;}}
WebForm\ChartWebControl.cs (1)
302 _chartTypeRegistry.Register(ChartTypeNames.StackedArea, typeof(StackedAreaChart));