1 type derived from StackedAreaChart
System.Web.DataVisualization (1)
Common\ChartTypes\StackedAreaChart.cs (1)
59
internal class HundredPercentStackedAreaChart :
StackedAreaChart
1 reference to StackedAreaChart
System.Web.DataVisualization (1)
WebForm\ChartWebControl.cs (1)
302
_chartTypeRegistry.Register(ChartTypeNames.StackedArea, typeof(
StackedAreaChart
));