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:

  1. right click chart body , choose properties
  2. click data tab
  3. in values section, click edit button
  4. click on appearance tab
  5. click series style button
  6. click fill tab
  7. 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

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -