reporting services - SSRS 2005 Charts: Customize line colors using expression? -
is there way change color of specific line items in ssrs chart? example, in data tab using expression within series group or values area, or perhaps variable? i'm not terribly keen on color palette in current chart, wanting areas stick out bit more , not sure how started.
thanks.
we ensure different departments coloured consistently across reports. in our database have colour field on our department table, in bar graphs following:
- right click chart body , choose properties
- click data tab
- in values section, click edit button
- click on appearance tab
- click series style button
- click fill tab
in color text box, put expression want colour be. given have in our department database already, use:
=fields!deptcolour.value
and our departments coloured same on every bar graph.
for line graphs, have same except time put colour expression in color text box on border , line tab on series style dialogue (rather in fill).
Comments
Post a Comment