2 references to Line
System.Web.DataVisualization (2)
Common\ChartTypes\LineChart.cs (1)
242 public override string Name { get{ return ChartTypeNames.Line;}}
WebForm\ChartWebControl.cs (1)
297 _chartTypeRegistry.Register(ChartTypeNames.Line, typeof(LineChart));