import mx.collections.ArrayCollection;
[Bindable]
public var expenses:ArrayCollection = new ArrayCollection([
{Month:"Jan", Profit:2000, Expenses:1500},
{Month:"Feb", Profit:1000, Expenses:200},
{Month:"Mar", Profit:1500, Expenses:500}
]);
.myStyle { direction:"both"; horizontalShowOrigin:true;
horizontalTickAligned:false; horizontalChangeCount:1;
verticalShowOrigin:false; verticalTickAligned:true;
verticalChangeCount:1; horizontalFill:#990033;
horizontalAlternateFill:#00CCFF; }
backgroundElements="{bge}">
categoryField="Month" />
displayName="Profit" />
displayName="Expenses" />