The Candlestick Chart type in the ASP.NET AJAX Chart can 
		visualize the price movements of any financial instrument over the time. The chart 
		describes the high, low, opening and closing prices for a single day by combining 
		the BarChart and LineChart:
	- The High price is represented by the top of the upper thin line, 
			while the Low price by the bottom of the lower line.
- The Open and Close prices are represented by the 
			wide part(the body) of the item. If the close price is higher than the open price, 
			the body is hollowed (usually colored white or green), otherwise it is filled (usually 
			colored black or red).
	This example demonstrates a RadHtmlChart control, configured as 
		an Candlestick Chart (it uses CandlestickSeries).
Related Resources