2 references to Stock
System.Web.DataVisualization (2)
Common\ChartTypes\StockChart.cs (1)
173
virtual public string Name { get{ return ChartTypeNames.
Stock
;}}
WebForm\ChartWebControl.cs (1)
304
_chartTypeRegistry.Register(ChartTypeNames.
Stock
, typeof(StockChart));