In this video series of SSRS Tutorial, we will learn How to Change the Color of Columns/Bars to our required colors in Chart in SSRS Report.
We will learn below items in this video
Expressions to change the color or Column/Bar in Column Chart.
=Switch(Fields!Country.Value="USA","Blue",
Fields!Country.Value="Pakistan","Green",
Fields!Country.Value="India","Orange",
Fields!Country.Value="Germany","Tan",
Fields!Country.Value="France","Aqua")
We will learn below items in this video
- How to create Column Chart Report
- How to Write Expressions to Change the Color of Columns/Bar as per given requirement
Expressions to change the color or Column/Bar in Column Chart.
=Switch(Fields!Country.Value="USA","Blue",
Fields!Country.Value="Pakistan","Green",
Fields!Country.Value="India","Orange",
Fields!Country.Value="Germany","Tan",
Fields!Country.Value="France","Aqua")
How to Custom Color Columns in Column Chart in SSRS Report - SQL Server Reporting Services(SSRS) Tutorial