@namespace mx "http://www.adobe.com/2006/mxml"; mx|BubbleChart {
fontFamily:Arial; fontSize:20; color:#FF0033; }
import mx.collections.ArrayCollection;
[Bindable]
public var expenses:ArrayCollection = new ArrayCollection([
{Month:"Jan", Profit:2000, Expenses:120, Amount:45},
{Month:"Feb", Profit:1000, Expenses:200, Amount:60},
{Month:"Mar", Profit:1500, Expenses:500, Amount:30}
]);
dataProvider="{expenses}" showDataTips="true">
radiusField="Amount" />