change color of the bar in bar chart

  • Hey can any one say how to change the color of bar in bar chart if the value on the bar is lessthan some threshold value

  • Hi Krishna, try this:

    Chart Properties > Values: select dataset > Click Edit button > Appearance tab > Series Style button > Fill tab > in Color textbox, enter expression such as =IIF(Fields!KeyMetric.Value > 20, "Red", "Green")

  • thnx ezytime for ur reply

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

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