New in Wolfram Mathematica 7: Automated Charting Graphics  previous | next 
Label with Any Object
Any object can be used to label chart elements.
In[1]:=

Click for copyable input
BarChart[data, ChartStyle -> {ColorData[52, 4], ColorData[52, 2]}, 

 ChartLegends -> Placed[{"dynamic", "static"}, Bottom], 

 PlotLabel -> "Size of Dynamic and Static Charts", 

 ChartElementFunction -> "GlassRectangle"]
Out[1]=