import mx.collections.ArrayCollection;
[Bindable]
public var expenses:ArrayCollection = new ArrayCollection([
{Month:"January", Profit:2000, Expenses:1500, Amount:450},
{Month:"February", Profit:1000, Expenses:200, Amount:600},
{Month:"March", Profit:1500, Expenses:500, Amount:300},
{Month:"April", Profit:500, Expenses:300, Amount:500},
{Month:"May", Profit:1000, Expenses:450, Amount:250},
{Month:"June", Profit:2000, Expenses:500, Amount:700}
]);
mouseSensitivity="{mySlider.value}">
displayName="P 1" />
displayName="P 2" />
displayName="P 3" />
dataTipPlacement="top" tickColor="black" snapInterval="1"
tickInterval="20" labels="['0','300']" allowTrackClick="true"
liveDragging="true" />