3 references to Area
System.Web.DataVisualization (3)
Common\ChartTypes\AreaChart.cs (1)
187
public override string Name { get { return ChartTypeNames.
Area
; } }
Common\General\ChartArea.cs (1)
2969
(this.ChartTypes.Contains(ChartTypeNames.
Area
)
WebForm\ChartWebControl.cs (1)
300
_chartTypeRegistry.Register(ChartTypeNames.
Area
, typeof(AreaChart));