Mega Code Archive
Categories
/
Flex
/
Chart
Line Chart with line stroke
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} ]);