Highlighting repeating groups in SSRS 2008 R2 charts
Posted
on SQL Server Central
See other posts from SQL Server Central
Published on Mon, 27 Jun 2011 06:00:00 UT
Indexed on
2011/06/27
8:28 UTC
Read the original article
Hit count: 209
In a typical bar chart, the height of the bars represents the value of the data along the X axis and the Y axis represents the category of the data point. All these values can be classified in logical groups depending upon the logic used for analysis. One general requirement that arises in the case of repeating groups, is to highlight these groups without representing it on the X or Y scale. In this tip we will look at how to address this requirement.
© SQL Server Central or respective owner