Select the "SeriesProperties" for your chart, Go to "Fill"
Under "Pick color" enter an expression similar to this:
=Switch(Fields!InstanceStatus.Value="Failes", "Red", Fields!InstanceStatus.Value="Pending", "Yellow", Fields!InstanceStatus.Value="Pass", "Green")
[font="Verdana"]Markus Bohse[/font]