[H,Range] = bar(X,...)
[H,Range] = bar(Range,X,...)
[H,Range] = bar(Ax,Range,X,...)
Ax [ handle | numeric ] - Handle to axes in which the graph will be plotted; if not specified, the current axes will used.
Range [ numeric ] - Date Range; if not specified the entire Range of the input tseries object will be plotted.
X [ tseries ] - Input tseries object whose columns will be ploted as a bar graph.
H [ handle | numeric ] - Handles to bars plotted.
Range [ numeric ] - Actually plotted date Range.
See help on tseries/bar and the built-in function bar for all options available.