2 references to Candlestick
System.Web.DataVisualization (2)
Common\ChartTypes\StockChart.cs (1)
103 override public string Name { get{ return ChartTypeNames.Candlestick;}}
WebForm\ChartWebControl.cs (1)
305 _chartTypeRegistry.Register(ChartTypeNames.Candlestick, typeof(CandleStickChart));