I have set the fill for the values series to an expression of: =Switch((Fields!Priority.Value)="Medium","CornflowerBlue",(Fields!Priority.Value)="Critical","Firebrick",(Fields!Priority.Value)="high","RosyBrown",(Fields!Priority.Value) ="Low", "Green")
When running the report colors switch properly however the legend colors do not change
Here is a screenshot of the issue
Image may be NSFW.
Clik here to view.
As you can see the bar colors change properly but i cannot seem to get the legend to work right. Does anyone have any suggestions?