Background color of labels different

  • I have a line chart show problems in 2014 compared to problem of 2015. The line for 2014 is gold and the line for 2015 is blue. I want to make it fancy and set the label background color dependent on what year it represents. for example, light blue back for 2015 since the line is blue, and light yellow for 2014 since the line is gold. I see there is an expr for label background. Can someone point me in the right direction? Any help would be appreciated.

    Thanks

  • Got it! Set the Fill expr to

    =IIf(Fields!IssueYear.Value = 2014,"LightSteelBlue","PaleGoldenrod")

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply