import mx.collections.ArrayCollection;
[Bindable]
public var myArray:ArrayCollection = new ArrayCollection([
{Country:"A", GDP:11},
{Country:"B", GDP:22},
{Country:"C", GDP:33},
{Country:"D", GDP:44}
]);